diff options
author | maximilian attems <maks@debian.org> | 2006-02-27 01:08:13 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2006-02-27 01:08:13 +0100 |
commit | b32ee94abe4682241d1b00f430858c5f1ac5d955 (patch) | |
tree | b264e4c32f9cb7452991de8e8aa724c6eab46018 /init | |
parent | 830fd3fa51658cf0398cbb037a8485439ae4ce2d (diff) | |
download | initramfs-tools-b32ee94abe4682241d1b00f430858c5f1ac5d955.tar.gz initramfs-tools-b32ee94abe4682241d1b00f430858c5f1ac5d955.zip |
resync ubuntu24 aka nice conf.d
Diffstat (limited to 'init')
-rwxr-xr-x | init | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |