diff options
author | Daniel Baumann <daniel@debian.org> | 2010-11-27 14:05:16 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:59:20 +0100 |
commit | 10a6f1eced6f2df854ec095dd7faeaddf19d83e0 (patch) | |
tree | 3aed4f26732f67e8b5d0498b070d09c9252229ef /scripts/live-functions | |
parent | 59a3bf0fc95889a3c4034829dec5492c5108aec9 (diff) | |
download | live-boot-10a6f1eced6f2df854ec095dd7faeaddf19d83e0.tar.gz live-boot-10a6f1eced6f2df854ec095dd7faeaddf19d83e0.zip |
Logging to /var/log/live-boot.log instead of /var/log/live.log for future consistency with live-config.
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 5efe432..f426ff9 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.log\033[0m" + LIVELOG="\033[1;37m/live-boot.log\033[0m" DEBUG="\033[1;37mdebug\033[0m" # Reset redirections to avoid buffering |