summaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-10-02 14:55:53 +0200
committerDaniel Baumann <daniel@debian.org>2012-10-03 14:05:30 +0200
commit698de1fad6697ea3f9c0d723a4b6a21dfe325380 (patch)
treeceec1b2f84c3743b6d2af4796bec4073f19e1940 /backends
parent52f518718b2d3d65b2608caad769de9fe3c67f05 (diff)
downloadlive-boot-698de1fad6697ea3f9c0d723a4b6a21dfe325380.tar.gz
live-boot-698de1fad6697ea3f9c0d723a4b6a21dfe325380.zip
Updating file paths for /lib/live/mount.
See http://lists.debian.org/debian-live/2012/10/msg00021.html for more information.
Diffstat (limited to 'backends')
-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 738257b..3860f4c 100755
--- a/backends/initramfs-tools/live.hook
+++ b/backends/initramfs-tools/live.hook
@@ -8,7 +8,7 @@ set -e
# Reading configuration file from filesystem and live-media
for _FILE in /etc/live/boot.conf /etc/live/boot/* \
- /lib/live/image/live/boot.conf /lib/live/image/live/boot/*
+ /lib/live/mount/media/live/boot.conf /lib/live/mount/media/live/boot/*
do
if [ -e "${_FILE}" ]
then