From: Ulrich Dangel Date: Sun, 12 Jun 2011 03:33:12 +0000 (+0200) Subject: Add extra patch for fixing output message and partially revert 2ad3c30d9ef0cc1ea2c7df... X-Git-Tag: v3.0_a19-1+grml.00~6^2~2 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=7b947e6656bc48c2a34267298e831ef87c670006 Add extra patch for fixing output message and partially revert 2ad3c30d9ef0cc1ea2c7df7e7f0862c4dc6dad5d --- diff --git a/debian/patches/01_fix_output_file.patch b/debian/patches/01_fix_output_file.patch new file mode 100644 index 0000000..4dce5d4 --- /dev/null +++ b/debian/patches/01_fix_output_file.patch @@ -0,0 +1,11 @@ +--- a/scripts/live ++++ b/scripts/live +@@ -1590,7 +1590,7 @@ + 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 diff --git a/debian/patches/series b/debian/patches/series index b5d2910..cfc8b5d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ +01_fix_output_file.patch 03_grml_version_file_hook.patch 05_boot_failure_message_grml.patch 07_support_findiso.patch diff --git a/scripts/live b/scripts/live index 5681362..57a4d32 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-boot.log + echo "Warning: unable to mount $ISO_DEVICE." >>/live.log fi fi fi