]> git.ipfire.org Git - thirdparty/dracut.git/blob - dracut.conf.d/suse.conf.example
37ffd72bd7fc8f641636ebfd0cb8890045383084
[thirdparty/dracut.git] / dracut.conf.d / suse.conf.example
1 # SUSE specifc dracut settings
2 #
3 # SUSE by default always builds a as small as possible initrd for performance
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).
7 hostonly="yes"
8 hostonly_cmdline="yes"
9
10 compress="xz -0 --check=crc32 --memlimit-compress=50%"
11
12 i18n_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"
13 omit_drivers+=" i2o_scsi"
14
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