From 10a6f1eced6f2df854ec095dd7faeaddf19d83e0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Nov 2010 14:05:16 +0100 Subject: Logging to /var/log/live-boot.log instead of /var/log/live.log for future consistency with live-config. --- 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 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 } -- cgit v1.2.3