Move parsing rootfs options to a pre-udev hook.

master
Victor Lowther 2009-03-19 10:41:03 -05:00
parent 5fff86626b
commit 1b87b9670a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ dracut_install mount mknod mkdir modprobe pidof sleep chroot echo sed sh ls
# install our scripts and hooks
inst "$moddir/init" "/init"
inst "$moddir/switch_root" "/sbin/switch_root"
inst_hook pre-mount 10 "$moddir/parse-root-opts.sh"
inst_hook pre-udev 10 "$moddir/parse-root-opts.sh"
inst_hook pre-pivot 50 "$moddir/selinux-loadpolicy.sh"
inst_hook mount 90 "$moddir/resume.sh"
inst_hook mount 99 "$moddir/mount-root.sh"