summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-09-02 21:29:09 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:53:27 +0100
commit016995358f95b74d99561780c908f2dac7829ef1 (patch)
treef6e64ae9155a471c0973463546a5e195bbeae772 /hooks
parentf6f3b5de7d49571348881578b8f7e05ce7a46d3b (diff)
downloadlive-boot-016995358f95b74d99561780c908f2dac7829ef1.tar.gz
live-boot-016995358f95b74d99561780c908f2dac7829ef1.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 e77c88b..3174d17 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