mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-22 23:33:08 +00:00
fix up the options to the bootloader config, make the rootfs smaller.
This commit is contained in:
parent
022cc883c0
commit
8180b563f1
@ -4,7 +4,7 @@
|
||||
# yum configuration in order to enable other languages.
|
||||
|
||||
|
||||
bootloader --disable
|
||||
bootloader --location=none
|
||||
timezone America/New_York --isUtc --nontp
|
||||
rootpw --plaintext qweqwe
|
||||
|
||||
@ -12,7 +12,7 @@ keyboard us
|
||||
firewall --disable
|
||||
zerombr
|
||||
clearpart --all
|
||||
part / --size 4096 --fstype ext4
|
||||
part / --size 3000 --fstype ext4
|
||||
reboot
|
||||
|
||||
%packages --excludedocs --instLangs=en --nocore
|
||||
|
Loading…
Reference in New Issue
Block a user