diff options
author | Daniel Baumann <daniel@debian.org> | 2012-09-27 12:35:01 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-09-27 12:35:01 +0200 |
commit | bb63b2a3e6ddd144674e6b40b702798a1c950fdd (patch) | |
tree | 909d4f0d2eba1be17f9589b058372f989bca470c /backends | |
parent | 89adeb3c4d91d12062e6fca8a00978eea52fe67f (diff) | |
download | live-boot-bb63b2a3e6ddd144674e6b40b702798a1c950fdd.tar.gz live-boot-bb63b2a3e6ddd144674e6b40b702798a1c950fdd.zip |
Moving remaining stuff from /live to /lib/live to avoid further namespace pollution.
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 89420b6..382e161 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/* \ - /live/image/live/boot.conf /live/image/live/boot/* + /lib/live/image/live/boot.conf /lib/live/image/live/boot/* do if [ -e "${_FILE}" ] then |