install stage 1: waste less space on the ESP
parent
0460940582
commit
1967fe3c85
|
@ -136,7 +136,7 @@ fi
|
||||||
echo -n "Wiping and partitioning storage... "
|
echo -n "Wiping and partitioning storage... "
|
||||||
# new GPT
|
# new GPT
|
||||||
# 2M BIOS GRUB
|
# 2M BIOS GRUB
|
||||||
# 268M ESP
|
# 66592 sectors ESP (first sector + 66591 sectors, the minimum to format FAT32 with default settings)
|
||||||
# everything else one big partition
|
# everything else one big partition
|
||||||
echo "g
|
echo "g
|
||||||
n
|
n
|
||||||
|
@ -146,7 +146,7 @@ n
|
||||||
n
|
n
|
||||||
|
|
||||||
|
|
||||||
+268M
|
+66591
|
||||||
n
|
n
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue