From dc36969ae16da2889dbf517d807fba90be39e35b Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 28 Mar 2011 20:33:20 +0200 Subject: [PATCH] 02caps: changed pre-pivot priority to 00 caps should be dropped before any actions with the mounted rootfs happen --- modules.d/02caps/module-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/02caps/module-setup.sh b/modules.d/02caps/module-setup.sh index 7ad2f25f..6ecb2316 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" -- 2.11.4.GIT