X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-helpers;h=06bd186f0c7577d68c5ba200417c82c2bd3fa7d9;hb=refs%2Ftags%2Fupstream%2F3.0_a13;hp=b1883ff57b8d92b67ea1e92be91ff2f7d4ba65e3;hpb=1e75f8e9e9704dbf9f50f4520b592c93308e3b04;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 }