aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2024-06-23 10:31:51 +0200
committer Eric Hameleers <alien@slackware.com>2024-06-23 10:31:51 +0200
commit2348899dbe24ac0251119c4cee0a425235fbcb79 (patch)
treedc136358d95b35af3be6c37a43b34b7ce582d4ea
parenta97bf5af3e45c22c9fcbc6519f99c4d70261e325 (diff)
downloadliveslak-2348899dbe24ac0251119c4cee0a425235fbcb79.tar.gz
liveslak-2348899dbe24ac0251119c4cee0a425235fbcb79.tar.xz
live init - fix the broken loading of optional modulesHEADmaster
Thanks to Carmen for pointing me to the logic error.
-rw-r--r--liveinit.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/liveinit.tpl b/liveinit.tpl
index c4fd29a..ffd6784 100644
--- a/liveinit.tpl
+++ b/liveinit.tpl
@@ -656,7 +656,7 @@ if [ "$RESCUE" = "" ]; then
SUBSYSSET="$(find_mod /mnt/media/${LIVEMAIN}/${SUBSYS}/) $(find_mod ${SUPERMNT}/${LIVESLAKROOT}/${LIVEMAIN}/${SUBSYS}/)"
if [ "$SUBSYS" = "optional" ]; then
# We need to load any core2ram modules first:
- SUBSYSSET="$(find_mod /mnt/media/${LIVEMAIN}/core2ram/) $(find_mod ${SUPERMNT}/${LIVESLAKROOT}/${LIVEMAIN}/core2ram/ ${SUBSYSSET})"
+ SUBSYSSET="$(find_mod /mnt/media/${LIVEMAIN}/core2ram/) $(find_mod ${SUPERMNT}/${LIVESLAKROOT}/${LIVEMAIN}/core2ram/) ${SUBSYSSET}"
fi
for MODULE in ${SUBSYSSET} ; do
# Strip path and extension from the modulename: