X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=8cff60616407d26ab4f2843250d4b3cdc3e801d3;hb=ae390c1ac1c856639e480597f682283872808fa8;hp=a174cdd19067e1637dca30479eea5f40b4cc7e49;hpb=7799eaca2c7d12692d8475634b28951790a9eb8b;p=live-boot-grml.git diff --git a/scripts/live b/scripts/live index a174cdd..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 -t ${cow_fstype} -o rw,noatime ${cowdevice} /cow || \ - panic "Can not mount ${cowdevice} on /cow" + panic "Can not mount ${cowdevice} (o: ${cow_fstype}) on /cow" fi rofscount=$(echo ${rofslist} |wc -w)