summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xliveinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/liveinit b/liveinit
index 04d2b8c..38a13b1 100755
--- a/liveinit
+++ b/liveinit
@@ -487,7 +487,7 @@ if [ "$RESCUE" = "" ]; then
# SUBSYS can be 'system', 'addons', 'optional':
SUBSYS="$1"
- for MODULE in $(find /mnt/media/${LIVEMAIN}/${SUBSYS}/ -name "*.sxz" 2>/dev/null) ; do
+ for MODULE in $(find /mnt/media/${LIVEMAIN}/${SUBSYS}/ -name "*.sxz" 2>/dev/null |sort) ; do
MODBASE="$(basename ${MODULE} .sxz)"
if [ "$SUBSYS" = "optional" ]; then
# Load one or more optionals by using boot parameter 'load':