New dracut module helper to enable runit services.

This commit is contained in:
Juan RP
2014-12-02 21:03:58 +01:00
parent 6847c606fb
commit ca99f9f5bb
2 changed files with 30 additions and 0 deletions

View File

@ -18,4 +18,5 @@ install() {
inst_hook pre-pivot 02 "$moddir/display-manager-autologin.sh"
inst_hook pre-pivot 03 "$moddir/copy-initramfs.sh"
inst_hook pre-pivot 04 "$moddir/locale.sh"
inst_hook pre-pivot 05 "$moddir/services.sh"
}