Add extra patch for fixing output message and partially revert 2ad3c30d9ef0cc1ea2c7df...
[live-boot-grml.git] / debian / patches / 01_fix_output_file.patch
1 --- a/scripts/live
2 +++ b/scripts/live
3 @@ -1590,7 +1590,7 @@
4                                 loopdevname=$(setup_loop "/isofrom/${ISO_NAME}" "loop" "/sys/block/loop*" "" '')
5                                 devname="${loopdevname}"
6                         else
7 -                               echo "Warning: unable to mount $ISO_DEVICE." >>/live.log
8 +                               echo "Warning: unable to mount $ISO_DEVICE." >>/live-boot.log
9                         fi
10                 fi
11         fi