Browse Source

98usrmount/mount-usr.sh: check, if we have $NEWROOT/etc/fstab

master
Harald Hoyer 13 years ago
parent
commit
9eded206c9
  1. 4
      modules.d/98usrmount/mount-usr.sh

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

@ -73,4 +73,6 @@ mount_usr()
fi fi
} }


mount_usr if [ -f "$NEWROOT/etc/fstab" ]; then
mount_usr
fi

Loading…
Cancel
Save