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.
|
# yum configuration in order to enable other languages.
|
||||||
|
|
||||||
|
|
||||||
bootloader --disable
|
bootloader --location=none
|
||||||
timezone America/New_York --isUtc --nontp
|
timezone America/New_York --isUtc --nontp
|
||||||
rootpw --plaintext qweqwe
|
rootpw --plaintext qweqwe
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ keyboard us
|
|||||||
firewall --disable
|
firewall --disable
|
||||||
zerombr
|
zerombr
|
||||||
clearpart --all
|
clearpart --all
|
||||||
part / --size 4096 --fstype ext4
|
part / --size 3000 --fstype ext4
|
||||||
reboot
|
reboot
|
||||||
|
|
||||||
%packages --excludedocs --instLangs=en --nocore
|
%packages --excludedocs --instLangs=en --nocore
|
||||||
|
Loading…
Reference in New Issue
Block a user