X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-helpers;fp=scripts%2Flive-helpers;h=1414156cc5a49cec2d016dd7a149d09f9907227e;hb=5e7955190b877abd2993deca7d87099eeebbe1ee;hp=b90637a625d0a98a871bd3e1c42ffab51ddd5244;hpb=fdfb568fc5c822b1f093f49846ac582f87546f44;p=live-boot-grml.git diff --git a/scripts/live-helpers b/scripts/live-helpers index b90637a..1414156 100644 --- a/scripts/live-helpers +++ b/scripts/live-helpers @@ -736,7 +736,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-boot.log && return 0 ) + ( echo "SKIPPING: Cannot mount ${dev} on ${mountp}, fstype=${fstype}, options=${opts}" > boot.log && return 0 ) fi }