Updating location for live-boot files in initramfs-tools hook, thanks to Baurzhan...
authorDaniel Baumann <daniel@debian.org>
Mon, 18 Jun 2012 16:12:07 +0000 (18:12 +0200)
committerDaniel Baumann <daniel@debian.org>
Mon, 18 Jun 2012 16:12:07 +0000 (18:12 +0200)
backends/initramfs-tools/live.hook

index d3dce71..49aac50 100755 (executable)
@@ -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."