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-helpers | |
| 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-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 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 } |
