summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-09-02 21:28:24 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:59:20 +0100
commitc84df2e0e459c3d13f924d0334fdb836e56d69b2 (patch)
tree2d519999342459123600e0a08e6fa91c16645685 /hooks
parent6a1c87d712c4963117dfd7c7bdbd19ccef05bd18 (diff)
downloadlive-boot-c84df2e0e459c3d13f924d0334fdb836e56d69b2.tar.gz
live-boot-c84df2e0e459c3d13f924d0334fdb836e56d69b2.zip
Using boot.d instead of boot.conf.d as directory name for custom configuration files.
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/live4
1 files changed, 2 insertions, 2 deletions
diff --git a/hooks/live b/hooks/live
index 19ff26a..85a98a3 100755
--- a/hooks/live
+++ b/hooks/live
@@ -30,9 +30,9 @@ then
. /etc/live/boot.conf
fi
-if ls /etc/live/boot.conf.d/* > /dev/null 2>&1
+if ls /etc/live/boot.d/* > /dev/null 2>&1
then
- for _FILE in /etc/live/boot.conf.d/*
+ for _FILE in /etc/live/boot.d/*
do
. ${_FILE}
done