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.
14 lines
474 B
14 lines
474 B
# Dracut config file customized for RedHat/Fedora. |
|
|
|
# i18n |
|
i18n_vars="/etc/sysconfig/keyboard:KEYTABLE-KEYMAP /etc/sysconfig/i18n:SYSFONT-FONT,FONTACM-FONT_MAP,FONT_UNIMAP" |
|
omit_dracutmodules+=" dash " |
|
omit_drivers+=" .*/fs/ocfs/.* " |
|
add_dracutmodules+=" systemd " |
|
stdloglvl=3 |
|
realinitpath="/usr/lib/systemd/systemd" |
|
install_items+=" vi /etc/virc ps grep cat rm " |
|
prefix="/" |
|
systemdutildir=/usr/lib/systemd |
|
systemdsystemunitdir=/usr/lib/systemd/system |
|
udevdir=/usr/lib/udev
|
|
|