Applying patch from grml to update forgotten use of live.log with live-boot.log.
authorDaniel Baumann <daniel@debian.org>
Thu, 4 Aug 2011 18:49:14 +0000 (20:49 +0200)
committerDaniel Baumann <daniel@debian.org>
Thu, 4 Aug 2011 18:49:14 +0000 (20:49 +0200)
scripts/live

index 23d0bbc..d5ffc6e 100755 (executable)
@@ -1590,7 +1590,7 @@ check_dev ()
                                loopdevname=$(setup_loop "/isofrom/${ISO_NAME}" "loop" "/sys/block/loop*" "" '')
                                devname="${loopdevname}"
                        else
-                               echo "Warning: unable to mount $ISO_DEVICE." >>/live.log
+                               echo "Warning: unable to mount $ISO_DEVICE." >>/live-boot.log
                        fi
                fi
        fi