mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update install.sh
This commit is contained in:
parent
72c9ad3690
commit
e01bc41ff5
1 changed files with 0 additions and 4 deletions
|
@ -17,10 +17,6 @@ echo g # Create new GPT partition table
|
|||
echo n # Create new partition (for root).
|
||||
echo # Set default partition number.
|
||||
echo # Set default first sector.
|
||||
echo -8G # Set last sector.
|
||||
echo n # Create new partition (for swap).
|
||||
echo # Set default partition number.
|
||||
echo # Set default first sector.
|
||||
echo # Set default last sector (rest of the disk).
|
||||
|
||||
echo w # write changes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue