From cdece4c8e50051e790d657b1ff9f090ed4737907 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 Aug 2012 20:48:41 +0200 Subject: Using /etc/live/boot/*.conf instead of /etc/live/boot.d/*.conf and /live/image/live/boot/*.conf instead of /live/image/live/boot.d/*.conf for consistency reasons. --- backends/initramfs-tools/live.hook | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends') diff --git a/backends/initramfs-tools/live.hook b/backends/initramfs-tools/live.hook index 86ef117..00da049 100755 --- a/backends/initramfs-tools/live.hook +++ b/backends/initramfs-tools/live.hook @@ -12,9 +12,9 @@ then . /etc/live/boot.conf fi -if ls /etc/live/boot.d/*.conf > /dev/null 2>&1 +if ls /etc/live/boot/* > /dev/null 2>&1 then - for _FILE in /etc/live/boot.d/*.conf + for _FILE in /etc/live/boot/* do . ${_FILE} done -- cgit v1.2.3