diff --git a/modules.d/98usrmount/mount-usr.sh b/modules.d/98usrmount/mount-usr.sh index 31732411..c277d74e 100755 --- a/modules.d/98usrmount/mount-usr.sh +++ b/modules.d/98usrmount/mount-usr.sh @@ -84,7 +84,7 @@ mount_usr() info "Mounting /usr" mount "$NEWROOT/usr" 2>&1 | vinfo fi - if ! ismounted /usr; then + if ! ismounted "$NEWROOT/usr"; then warn "Mounting /usr to $NEWROOT/usr failed" warn "*** Dropping you to a shell; the system will continue" warn "*** when you leave the shell."