Browse Source

Fix /usr mounting due to variable name typo

master
Colin Guthrie 13 years ago committed by Harald Hoyer
parent
commit
7eb8797b81
  1. 2
      modules.d/98usrmount/mount-usr.sh

2
modules.d/98usrmount/mount-usr.sh

@ -17,7 +17,7 @@ mount_usr() @@ -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=$?

Loading…
Cancel
Save