From 9cb329e74b5dfe22c8f36f47c6a18163f32b6b86 Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Thu, 24 Jan 2008 17:27:55 +0000 Subject: 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 --- initramfs/mkdxsinitrd | 1 + 1 file changed, 1 insertion(+) (limited to 'initramfs') 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/* \ -- cgit v1.2.3-55-g7522