mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
ESP
This commit is contained in:
parent
2b91f8b7df
commit
33bac9a6b6
2 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue