add dracut-network to runtime so it can get into the initramfs
it gets removed again during cleanup for space savings.
This commit is contained in:
parent
f7010454a0
commit
46a10f68f7
@ -8,9 +8,11 @@
|
||||
remove usr/share/anaconda/lang-table
|
||||
|
||||
## not required packages installed as dependencies
|
||||
## perl gets pulled in on ppc
|
||||
removepkg perl*
|
||||
## no sound support
|
||||
removepkg alsa* flac gstreamer-tools libsndfile pulseaudio* sound-theme-freedesktop
|
||||
removepkg dracut plymouth*
|
||||
removepkg dracut* plymouth*
|
||||
removepkg checkpolicy selinux-policy libselinux-utils
|
||||
removepkg ConsoleKit-x11 augeas-libs authconfig-gtk avahi-autoipd
|
||||
removepkg avahi-libs coreutils-libs
|
||||
|
@ -30,6 +30,9 @@ installpkg kernel
|
||||
installpkg silo tilo
|
||||
%endif
|
||||
|
||||
## extra dracut modules
|
||||
installpkg dracut-network
|
||||
|
||||
## basic system stuff
|
||||
installpkg systemd-sysv systemd-units
|
||||
installpkg rsyslog
|
||||
|
Loading…
Reference in New Issue
Block a user