X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-helpers;h=06bd186f0c7577d68c5ba200417c82c2bd3fa7d9;hb=875b4ce72f5f2748a341e234e4e10b2ded4c0def;hp=b1883ff57b8d92b67ea1e92be91ff2f7d4ba65e3;hpb=55f18c76f09ca7e86bb14a1b5131ced120ba8026;p=live-boot-grml.git diff --git a/scripts/live-helpers b/scripts/live-helpers index b1883ff..06bd186 100644 --- a/scripts/live-helpers +++ b/scripts/live-helpers @@ -275,7 +275,7 @@ try_mount () fstype=$(get_fstype "${dev}") fi mount -t "${fstype}" -o "${opts}" "${dev}" "${mountp}" || \ - ( echo "SKIPPING: Cannot mount ${dev} on ${mountp}, fstype=${fstype}, options=${opts}" > live.log && return 0 ) + ( echo "SKIPPING: Cannot mount ${dev} on ${mountp}, fstype=${fstype}, options=${opts}" > live-boot.log && return 0 ) fi }