From: Harald Hoyer Date: Mon, 28 Mar 2011 18:33:20 +0000 (+0200) Subject: 02caps: changed pre-pivot priority to 00 X-Git-Tag: 009~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc36969ae16da2889dbf517d807fba90be39e35b;p=thirdparty%2Fdracut.git 02caps: changed pre-pivot priority to 00 caps should be dropped before any actions with the mounted rootfs happen --- diff --git a/modules.d/02caps/module-setup.sh b/modules.d/02caps/module-setup.sh index 7ad2f25fa..6ecb23169 100755 --- a/modules.d/02caps/module-setup.sh +++ b/modules.d/02caps/module-setup.sh @@ -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"