summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
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/* \