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
8850925b7e
commit
8bd99cc405
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@ 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 # Set default last sector (rest of the disk).
|
echo # Set default last sector (rest of the disk).
|
||||||
|
echo t # Change partition type.
|
||||||
|
echo 1 # Pick first partition.
|
||||||
|
echo 1 # Change first partition to EFI system.
|
||||||
echo w # write changes.
|
echo w # write changes.
|
||||||
) | sudo fdisk $driveName -w always -W always
|
) | sudo fdisk $driveName -w always -W always
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue