mirror of
https://github.com/rocky-linux/createhdds.git
synced 2025-01-08 17:20:55 +00:00
Have minimal-uefi.ks use autopart
It should work just fine. We don't need to manually specify a partition layout. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
0bbe629647
commit
289371a581
1 changed files with 1 additions and 4 deletions
|
@ -7,10 +7,7 @@ lang en_US.UTF-8
|
||||||
keyboard us
|
keyboard us
|
||||||
timezone --utc America/New_York
|
timezone --utc America/New_York
|
||||||
clearpart --all
|
clearpart --all
|
||||||
part /boot/efi --fstype=efi --grow --maxsize=200 --size=20
|
autopart
|
||||||
part /boot --fstype=ext4 --size=1024
|
|
||||||
part / --fstype=ext4 --size=17000
|
|
||||||
part swap --size=2000
|
|
||||||
rootpw weakpassword
|
rootpw weakpassword
|
||||||
poweroff
|
poweroff
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue