enable shutdown module by default

master
Harald Hoyer 2011-07-20 19:04:54 +02:00
parent 34b22d6049
commit 2560da6be2
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@

# i18n
i18n_vars="/etc/sysconfig/keyboard:KEYTABLE-KEYMAP /etc/sysconfig/i18n:SYSFONT-FONT,FONTACM-FONT_MAP,FONT_UNIMAP"
add_dracutmodules+=" rpmversion shutdown "
add_dracutmodules+=" rpmversion "
stdloglvl=3
prefix=/run/initramfs

View File

@ -3,7 +3,7 @@
# ex: ts=8 sw=4 sts=4 et filetype=sh

check() {
return 255
return 0
}

depends() {