From 7eb8797b818d0f166ac2a4f880b9a747a092f004 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Fri, 2 Dec 2011 10:27:11 +0000 Subject: [PATCH] Fix /usr mounting due to variable name typo --- modules.d/98usrmount/mount-usr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/98usrmount/mount-usr.sh b/modules.d/98usrmount/mount-usr.sh index 78bfbbc6..a61f935a 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=$?