diff options
Diffstat (limited to 'scripts/boot.sh')
| -rwxr-xr-x | scripts/boot.sh | 2 |
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 |
