You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3_ac_install_live/1-merge/0-sys-kernel/dracut/dracut.conf.d/50-calculate.conf

16 lines
439 B

if [[ $KERNEL_VERSION == *-calculate ]]; then
omit_dracutmodules+=" multipath "
add_dracutmodules+=" video calculate "
#?pkg(sys-boot/plymouth)!=#
add_dracutmodules+=" plymouth "
omit_dracutmodules+=" gensplash "
#pkg#
omit_dracutmodules+=" biosdevname "
#?pkg(media-gfx/splashutils)!=&&pkg(sys-boot/plymouth)==#
add_dracutmodules+=" gensplash "
#pkg#
i18n_default_font=" ter-v18n "
add_drivers+=" sunrpc crc32c_generic "
fi