mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Fix partitioning
This commit is contained in:
parent
7caeae09f6
commit
b315982033
1 changed files with 0 additions and 6 deletions
|
@ -24,17 +24,11 @@ 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.
|
||||||
echo 1 # Change first partition to EFI system.
|
echo 1 # Change first partition to EFI system.
|
||||||
echo t # Change partition type.
|
echo t # Change partition type.
|
||||||
echo 3 # Pick the last partition.
|
|
||||||
echo 19 # Change last partition to Swap.
|
|
||||||
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