From 5e7955190b877abd2993deca7d87099eeebbe1ee Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 10 Apr 2012 12:40:59 +0200 Subject: Using boot.log and /var/log/live/boot.log respectively for overall consistency within all debian-live tools. --- scripts/live-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/live-helpers') 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 } -- cgit v1.2.3