Update install.sh

This commit is contained in:
Aaron Honeycutt 2023-01-25 17:11:55 +00:00
parent 160d5135d0
commit 68c4914d01

View file

@ -22,6 +22,10 @@ echo n # Create new partition (for root).
echo # Set default partition number. echo # Set default partition number.
echo # Set default first sector. echo # Set default first sector.
echo -4G # Set last sector. echo -4G # Set last sector.
echo n # Create Swap partition
echo # Set default partition number.
echo # Set default first sector.
echo # Set last sector.
echo t # Change partition type. echo t # Change partition type.
echo 1 # Pick first partition. echo 1 # Pick first partition.
echo 1 # Change first partition to EFI system. echo 1 # Change first partition to EFI system.