From: Daniel Baumann Date: Thu, 4 Aug 2011 18:49:14 +0000 (+0200) Subject: Applying patch from grml to update forgotten use of live.log with live-boot.log. X-Git-Tag: debian/3.0_a20-1~2 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=02ee41ffaff9e3f3b9caf1a2219bb183aa4ec4ba Applying patch from grml to update forgotten use of live.log with live-boot.log. --- diff --git a/scripts/live b/scripts/live index 23d0bbc..d5ffc6e 100755 --- a/scripts/live +++ b/scripts/live @@ -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