summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-02-27 01:08:13 +0100
committermaximilian attems <maks@debian.org>2006-02-27 01:08:13 +0100
commitb32ee94abe4682241d1b00f430858c5f1ac5d955 (patch)
treeb264e4c32f9cb7452991de8e8aa724c6eab46018 /init
parent830fd3fa51658cf0398cbb037a8485439ae4ce2d (diff)
downloadinitramfs-tools-b32ee94abe4682241d1b00f430858c5f1ac5d955.tar.gz
initramfs-tools-b32ee94abe4682241d1b00f430858c5f1ac5d955.zip
resync ubuntu24 aka nice conf.d
Diffstat (limited to 'init')
-rwxr-xr-xinit3
1 files changed, 3 insertions, 0 deletions
diff --git a/init b/init
index f4ec157..1e4e2fd 100755
--- a/init
+++ b/init
@@ -23,6 +23,9 @@ export DPKG_ARCH=
# Bring in the main config
. /conf/initramfs.conf
+for i in conf/conf.d/*; do
+ [ -f ${i} ] && . ${i}
+done
. /scripts/functions
# Parse command line options