X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=8cff60616407d26ab4f2843250d4b3cdc3e801d3;hb=ae390c1ac1c856639e480597f682283872808fa8;hp=797f5df6fcea6ee082a482df9b70daa15a78fae4;hpb=14e49950e6ee8685a9af0b112fd7e57d83118c6e;p=live-boot-grml.git diff --git a/scripts/live b/scripts/live index 797f5df..8cff606 100755 --- a/scripts/live +++ b/scripts/live @@ -1058,10 +1058,10 @@ setup_unionfs () [ "${quiet}" != "y" ] && log_begin_msg \ "Trying nfsmount ${nfs_cow_opts} ${cowdevice} /cow" nfsmount ${nfs_cow_opts} ${cowdevice} /cow || \ - panic "Can not mount ${cowdevice} on /cow" + panic "Can not mount ${cowdevice} (n: ${cow_fstype}) on /cow" else - mount ${cowdevice} -t ${cow_fstype} -o rw,noatime /cow || \ - panic "Can not mount ${cowdevice} on /cow" + mount -t ${cow_fstype} -o rw,noatime ${cowdevice} /cow || \ + panic "Can not mount ${cowdevice} (o: ${cow_fstype}) on /cow" fi rofscount=$(echo ${rofslist} |wc -w)