forked from sig_core/kickstarts
swap dracut for kexec-tools
This commit is contained in:
parent
cfc4a16b1a
commit
4b670a9ad2
@ -15,7 +15,7 @@ bootloader --disable
|
||||
firewall --disabled
|
||||
network --bootproto=dhcp --device=link --activate --onboot=on
|
||||
rootpw --lock --iscrypted locked
|
||||
selinux --enforcing
|
||||
selinux --disabled
|
||||
shutdown
|
||||
|
||||
keyboard us
|
||||
@ -28,7 +28,7 @@ clearpart --all --initlabel
|
||||
autopart --noboot --nohome --noswap --nolvm --fstype=ext4
|
||||
|
||||
# Package setup
|
||||
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||
%packages --ignoremissing --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||
bash
|
||||
binutils
|
||||
coreutils-single
|
||||
@ -44,7 +44,7 @@ yum
|
||||
|
||||
-brotli
|
||||
-dosfstools
|
||||
-dracut
|
||||
-kexec-tools
|
||||
-e2fsprogs
|
||||
-firewalld
|
||||
-fuse-libs
|
||||
|
Loading…
Reference in New Issue
Block a user