diff --git a/steps/20-partition.step b/steps/20-partition.step index 1a04b5d..5dc50df 100755 --- a/steps/20-partition.step +++ b/steps/20-partition.step @@ -4,7 +4,7 @@ echo "~> Setting up $blockdevice with:" echo " * 300M EFI (FAT32) partition" echo " * crypted (LUKS) root (EXT4) partition" -echo "g\nn\n1\n2048\n+300M\nn\n2\n\n\np\nw" +echo "g\nn\n1\n2048\n+300M\nn\n2\n\n\np\nw" | fdisk $blockdevice if [ "$?" -eq 0 ]; then echo "~> Seems to have worked. Yay!"