diff options
author | Daniel Baumann <daniel@debian.org> | 2012-04-10 12:40:59 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-06-04 17:39:49 +0200 |
commit | 5e7955190b877abd2993deca7d87099eeebbe1ee (patch) | |
tree | 586f00f871ed2db4313865ac1379a74a241e65a8 /scripts/live-helpers | |
parent | fdfb568fc5c822b1f093f49846ac582f87546f44 (diff) | |
download | live-boot-5e7955190b877abd2993deca7d87099eeebbe1ee.tar.gz live-boot-5e7955190b877abd2993deca7d87099eeebbe1ee.zip |
Using boot.log and /var/log/live/boot.log respectively for overall consistency within all debian-live tools.
Diffstat (limited to 'scripts/live-helpers')
-rw-r--r-- | scripts/live-helpers | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |