]> git.ipfire.org Git - thirdparty/dracut.git/blame - dracut.conf.d/suse.conf.example
dracut_mkdir(): create parent directories as needed.
[thirdparty/dracut.git] / dracut.conf.d / suse.conf.example
CommitLineData
f18d069d 1# SUSE specific dracut settings
94920084 2#
f18d069d 3# SUSE by default always builds as small as possible initrd for performance
94920084
TR
4# and resource reasons.
5# If you like to build a generic initrd which works on other platforms than
6# on the one dracut/mkinitrd got called comment out below setting(s).
7hostonly="yes"
8hostonly_cmdline="yes"
9
10compress="xz -0 --check=crc32 --memlimit-compress=50%"
11
ee6fa324 12i18n_vars="/etc/sysconfig/language:RC_LANG-LANG,RC_LC_ALL-LC_ALL /etc/sysconfig/console:CONSOLE_UNICODEMAP-FONT_UNIMAP,CONSOLE_FONT-FONT,CONSOLE_SCREENMAP-FONT_MAP /etc/sysconfig/keyboard:KEYTABLE-KEYMAP"
58e0d2d5 13omit_drivers+=" i2o_scsi "
0a70f452 14
94920084
TR
15# Below adds additional tools to the initrd which are not urgently necessary to
16# bring up the system, but help to debug problems.
17# See /usr/lib/dracut/modules.d/95debug/module-setup.sh which additional tools
18# are installed and add more if you need them. This specifically helps if you
19# use:
20# rd.break=[cmdline|pre-udev|pre-trigger|initqueue|pre-mount|
21# mount|pre-pivot|cleanup]
22# boot parameter or if you are forced to enter the dracut emergency shell.
23
24# add_dracutmodules+=debug