root option parsing belongs in 99base now

We use this for NFS root as well, and NFSv4 was getting broken when
it wasn't present.
This commit is contained in:
David Dillow 2009-06-06 02:31:45 -04:00
parent 35b709957f
commit a2810bf24a
3 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,4 @@
#!/bin/sh
inst_hook cmdline 10 "$moddir/parse-root-opts.sh"
inst_hook cmdline 95 "$moddir/parse-block.sh"
inst_hook pre-udev 30 "$moddir/block-genrules.sh"
inst_hook mount 99 "$moddir/mount-root.sh"

View File

@ -14,4 +14,5 @@ else
inst "$moddir/switch_root" "/sbin/switch_root"
fi
inst "$moddir/dracut-lib" "/lib/dracut-lib"
inst_hook cmdline 10 "$moddir/parse-root-opts.sh"
inst_hook pre-pivot 50 "$moddir/selinux-loadpolicy.sh"