]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
02caps: changed pre-pivot priority to 00
authorHarald Hoyer <harald@redhat.com>
Mon, 28 Mar 2011 18:33:20 +0000 (20:33 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 28 Mar 2011 18:33:20 +0000 (20:33 +0200)
caps should be dropped before any actions with the mounted rootfs happen

modules.d/02caps/module-setup.sh

index 7ad2f25fac3c0797bcfdf77f8b30a09262a4598d..6ecb23169233cd28c16bb7bf1f99c0e138bba8f6 100755 (executable)
@@ -11,7 +11,7 @@ depends() {
 }
 
 install() {
-    inst_hook pre-pivot 99 "$moddir/caps.sh"
+    inst_hook pre-pivot 00 "$moddir/caps.sh"
     inst $(type -P capsh 2>/dev/null) /usr/sbin/capsh
     # capsh wants bash and we need bash also
     inst /bin/bash && ln -sf bash "${initdir}/bin/sh"