summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-06-18 18:12:07 +0200
committerDaniel Baumann <daniel@debian.org>2012-06-18 18:12:07 +0200
commitc6daa277dd235ea62fa6988f4b30bae666916fc7 (patch)
tree74fa2d9b477db9ccc7dfac88febc045b98bf349d
parent1faa69ad4719944a3ea9c7a02da21f7b5d0170d5 (diff)
downloadlive-boot-c6daa277dd235ea62fa6988f4b30bae666916fc7.tar.gz
live-boot-c6daa277dd235ea62fa6988f4b30bae666916fc7.zip
Updating location for live-boot files in initramfs-tools hook, thanks to Baurzhan Muftakhidinov <baurthefirst@gmail.com>.
-rwxr-xr-xbackends/initramfs-tools/live.hook2
1 files changed, 1 insertions, 1 deletions
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."