diff options
| author | Daniel Baumann <daniel@debian.org> | 2012-10-02 14:55:53 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-10-03 14:05:30 +0200 |
| commit | 698de1fad6697ea3f9c0d723a4b6a21dfe325380 (patch) | |
| tree | ceec1b2f84c3743b6d2af4796bec4073f19e1940 /backends | |
| parent | 52f518718b2d3d65b2608caad769de9fe3c67f05 (diff) | |
| download | live-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-x | backends/initramfs-tools/live.hook | 2 |
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 |
