Update install.sh

This commit is contained in:
Aaron Honeycutt 2023-01-25 18:13:23 +00:00
parent 684d03e2f5
commit 06749e0a58

View file

@ -21,6 +21,10 @@ echo +1G # Set +1G as last sector.
echo n # Create new partition (for root). 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 -4G as last sector.
echo n # Create new partition (for root).
echo # Set default partition number.
echo # Set default first sector.
echo # Set last 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.