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-functions | |
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-functions')
-rw-r--r-- | scripts/live-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-functions b/scripts/live-functions index f426ff9..f3668f1 100644 --- a/scripts/live-functions +++ b/scripts/live-functions @@ -76,7 +76,7 @@ panic() { DEB_3="\033[1;31m\`. \`'\` \033[0m" DEB_4="\033[1;31m \`- \033[0m" - LIVELOG="\033[1;37m/live-boot.log\033[0m" + LIVELOG="\033[1;37m/boot.log\033[0m" DEBUG="\033[1;37mdebug\033[0m" # Reset redirections to avoid buffering |