put the bootloader timeout in separate kickstart
This commit is contained in:
parent
f1c8280316
commit
f384f264e1
@ -22,6 +22,7 @@ network --onboot=yes --bootproto=dhcp --device=link --activate --hostname=phyll
|
|||||||
|
|
||||||
zerombr # WARNING : Dangerous command ! Will clear the Master Boot Record
|
zerombr # WARNING : Dangerous command ! Will clear the Master Boot Record
|
||||||
clearpart --all --initlabel # Partition clearing information. This setup uses GPT by default.
|
clearpart --all --initlabel # Partition clearing information. This setup uses GPT by default.
|
||||||
|
bootloader --timeout=1 # Set the GNU GRUB bootloader timeout to 1.
|
||||||
|
|
||||||
%packages --exclude-weakdeps # Beginning of the package section. Does not include weak dependencies.
|
%packages --exclude-weakdeps # Beginning of the package section. Does not include weak dependencies.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user