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
|
firewall --disabled
|
||||||
network --bootproto=dhcp --device=link --activate --onboot=on
|
network --bootproto=dhcp --device=link --activate --onboot=on
|
||||||
rootpw --lock --iscrypted locked
|
rootpw --lock --iscrypted locked
|
||||||
selinux --enforcing
|
selinux --disabled
|
||||||
shutdown
|
shutdown
|
||||||
|
|
||||||
keyboard us
|
keyboard us
|
||||||
@ -28,7 +28,7 @@ clearpart --all --initlabel
|
|||||||
autopart --noboot --nohome --noswap --nolvm --fstype=ext4
|
autopart --noboot --nohome --noswap --nolvm --fstype=ext4
|
||||||
|
|
||||||
# Package setup
|
# Package setup
|
||||||
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
%packages --ignoremissing --excludedocs --instLangs=en --nocore --excludeWeakdeps
|
||||||
bash
|
bash
|
||||||
binutils
|
binutils
|
||||||
coreutils-single
|
coreutils-single
|
||||||
@ -44,7 +44,7 @@ yum
|
|||||||
|
|
||||||
-brotli
|
-brotli
|
||||||
-dosfstools
|
-dosfstools
|
||||||
-dracut
|
-kexec-tools
|
||||||
-e2fsprogs
|
-e2fsprogs
|
||||||
-firewalld
|
-firewalld
|
||||||
-fuse-libs
|
-fuse-libs
|
||||||
|
Loading…
Reference in New Issue
Block a user