From: Daniel Baumann Date: Mon, 18 Jun 2012 16:12:07 +0000 (+0200) Subject: Updating location for live-boot files in initramfs-tools hook, thanks to Baurzhan... X-Git-Tag: debian/3.0_a34-1~7 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=c6daa277dd235ea62fa6988f4b30bae666916fc7;p=live-boot-grml.git Updating location for live-boot files in initramfs-tools hook, thanks to Baurzhan Muftakhidinov . --- diff --git a/backends/initramfs-tools/live.hook b/backends/initramfs-tools/live.hook index d3dce71..49aac50 100755 --- a/backends/initramfs-tools/live.hook +++ b/backends/initramfs-tools/live.hook @@ -42,7 +42,7 @@ fi # Handling live-boot -if [ ! -e /usr/share/live-boot ] +if [ ! -e /lib/live/boot ] then echo "W: live-boot-initramfs-tools (backend) installed without live-boot," echo "W: this initramfs will *NOT* have live support."