diff --git a/neko/install.txt b/neko/install.txt index 5cfd9fe..cd21847 100644 --- a/neko/install.txt +++ b/neko/install.txt @@ -48,11 +48,9 @@ for D in $DISK $DISK2 $DISK3; do sgdisk -n 1:0:+1024M -c 1:"EFI System Partition" -t 1:EF00 $D sgdisk -n 2:0:0 -c 2:"Linux" -t 2:8e00 $D parted $D -- set 1 boot on - sleep 5 # boot partition mkfs.fat -F 32 -n EFIBOOT $D-part1 - sleep 5 done # take a look at the partitions