This commit is contained in:
Aaron Honeycutt 2022-09-09 16:27:27 +00:00
parent 2b91f8b7df
commit 33bac9a6b6
2 changed files with 3 additions and 2 deletions

View file

@ -17,10 +17,11 @@ echo g # Create new GPT partition table
echo n # Create new partition (for EFI).
echo # Set default partition number.
echo # Set default first sector.
echo +512M # Set +512M as last sector.
echo +1G # Set +1G 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 n # Create new partition (for swap).
echo # Set default partition number.
echo # Set default first sector.