increase root part size from 2GiB to 3GiB
This commit is contained in:
parent
548cce845d
commit
77a96b71a0
@ -8,8 +8,8 @@ clearpart --drives=sda --disklabel=gpt --all
|
|||||||
# The '--size' option takes MB, not MiB
|
# The '--size' option takes MB, not MiB
|
||||||
# 536 MB = 512 MiB
|
# 536 MB = 512 MiB
|
||||||
# 1072 MB = 1.00 GiB
|
# 1072 MB = 1.00 GiB
|
||||||
# 2146 MB = 2.00 GiB
|
# 3216 MB = 3.00 GiB
|
||||||
# Keep /boot formatted as ext4 since that's what U-Boot can read
|
# Keep /boot formatted as ext4 since that's what U-Boot can read
|
||||||
part /boot/efi --asprimary --ondisk=sda --size=536 --label=rockyefi --fstype=efi
|
part /boot/efi --asprimary --ondisk=sda --size=536 --label=rockyefi --fstype=efi
|
||||||
part /boot --asprimary --ondisk=sda --size=1072 --label=rockyboot --fstype=ext4
|
part /boot --asprimary --ondisk=sda --size=1072 --label=rockyboot --fstype=ext4
|
||||||
part / --asprimary --ondisk=sda --size=2146 --label=rockyroot --fstype=ext4
|
part / --asprimary --ondisk=sda --size=3216 --label=rockyroot --fstype=ext4
|
||||||
|
Loading…
Reference in New Issue
Block a user