summaryrefslogtreecommitdiff
path: root/scripts/boot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/boot.sh')
-rwxr-xr-xscripts/boot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/boot.sh b/scripts/boot.sh
index 736e587..3579e31 100755
--- a/scripts/boot.sh
+++ b/scripts/boot.sh
@@ -630,7 +630,7 @@ mountroot ()
log_end_msg
fi
- if ! [ -d "/root/usr/share/live-boot" ]
+ if ! [ -d "/lib/live/boot" ]
then
panic "A wrong rootfs was mounted."
fi