В Fri, 25 Oct 2013 16:45:38 +0200
Harald Hoyer <[email protected]> пишет:

> On 10/25/2013 04:40 PM, EatDirt wrote:
> > looks good; but usrmount does not get included (and is not banned in
> > /etc/dracut.conf neither in /etc/drakcut.conf.d/*)
> 
> The output of:
> 
> # dracut --debug test.img
> 
> would be very interesting then.
> --
> To unsubscribe from this list: send the line "unsubscribe initramfs" in
> the body of a message to [email protected]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

Typo?

diff --git a/modules.d/98usrmount/module-setup.sh 
b/modules.d/98usrmount/module-setup.sh
index 1af789f..d8a0ec2 100755
--- a/modules.d/98usrmount/module-setup.sh
+++ b/modules.d/98usrmount/module-setup.sh
@@ -7,7 +7,7 @@ check() {
     local _init
     [[ $mount_needs ]] && return 1
     _init=$(readlink -f /sbin/init)
-    [[ "$init" == "${init##/usr}" ]] && return 255
+    [[ "$_init" == "${_init##/usr}" ]] && return 255
     return 0
 }

-- 
Alexander Tsoy
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to