From: Colin Guthrie Date: Fri, 2 Dec 2011 10:27:11 +0000 (+0000) Subject: Fix /usr mounting due to variable name typo X-Git-Tag: 014~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7eb8797b818d0f166ac2a4f880b9a747a092f004;p=thirdparty%2Fdracut.git Fix /usr mounting due to variable name typo --- diff --git a/modules.d/98usrmount/mount-usr.sh b/modules.d/98usrmount/mount-usr.sh index 78bfbbc68..a61f935af 100755 --- a/modules.d/98usrmount/mount-usr.sh +++ b/modules.d/98usrmount/mount-usr.sh @@ -17,7 +17,7 @@ mount_usr() fi done < "$NEWROOT/etc/fstab" >> /etc/fstab - if [ "x$__usr_found" != "x" ]; then + if [ "x$_usr_found" != "x" ]; then # we have to mount /usr fsck_single "$_dev" "$_fs" "$_opts" _ret=$?