... actually, this works better with a command added

This commit is contained in:
maride 2017-07-31 00:16:46 +02:00
parent 38276f3700
commit 5dd391fda6

View File

@ -4,7 +4,7 @@ echo "~> Setting up $blockdevice with:"
echo " * 300M EFI (FAT32) partition"
echo " * <full> 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!"