Browse Source

dmsquash-live: fix log message about root/liveroot

master
Will Woods 14 years ago committed by Harald Hoyer
parent
commit
54ba7acba1
  1. 2
      modules.d/90dmsquash-live/parse-dmsquash-live.sh

2
modules.d/90dmsquash-live/parse-dmsquash-live.sh

@ -41,7 +41,7 @@ case "$liveroot" in @@ -41,7 +41,7 @@ case "$liveroot" in
live:/*.[Ii][Mm][Gg]|/*.[Ii][Mm][Gg])
[ -f "${root#live:}" ] && rootok=1 ;;
esac
info "root was $root, liveroot is now $liveroot"
info "liveroot was $liveroot, is now $root"

# make sure that init doesn't complain
[ -z "$root" ] && root="live"

Loading…
Cancel
Save