summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
authorMichael Janczyk2008-01-24 18:27:55 +0100
committerMichael Janczyk2008-01-24 18:27:55 +0100
commit9cb329e74b5dfe22c8f36f47c6a18163f32b6b86 (patch)
tree71db3b84ba9516e6eeecb839ea8b48e992aa6128 /initramfs
parent* more work at the new mkslxinitrd implementation (diff)
downloadcore-9cb329e74b5dfe22c8f36f47c6a18163f32b6b86.tar.gz
core-9cb329e74b5dfe22c8f36f47c6a18163f32b6b86.tar.xz
core-9cb329e74b5dfe22c8f36f47c6a18163f32b6b86.zip
BUGFIX: added sed line to replace comme with blank, so the for loop works
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1488 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs')
-rwxr-xr-xinitramfs/mkdxsinitrd1
1 files changed, 1 insertions, 0 deletions
diff --git a/initramfs/mkdxsinitrd b/initramfs/mkdxsinitrd
index 30c8b51e..64c244e5 100755
--- a/initramfs/mkdxsinitrd
+++ b/initramfs/mkdxsinitrd
@@ -735,6 +735,7 @@ if [ -z "$cdboot" ] ; then
done
# copy init-hooks from all plugins which are going to be executed in stage3
mkdir -p ${INSTDIR}/etc/init-hooks
+ PLUGINS=$(echo ${PLUGINS} | sed -e "s/,/ /g")
for plugin in $PLUGINS ; do
test -d ${SLX_BASE_PATH}/lib/plugins/$plugin/init-hooks && \
cp -r ${SLX_BASE_PATH}/lib/plugins/$plugin/init-hooks/* \