diff options
Diffstat (limited to 'abs/core-testing/linhes-live/etc')
-rw-r--r-- | abs/core-testing/linhes-live/etc/live-sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/linhes-live/etc/live-sysinit b/abs/core-testing/linhes-live/etc/live-sysinit index 0a49ae1..40edad9 100644 --- a/abs/core-testing/linhes-live/etc/live-sysinit +++ b/abs/core-testing/linhes-live/etc/live-sysinit @@ -58,7 +58,7 @@ f_loadmodules() echo $CMDLINE | grep -q modules if [ $? -eq 0 ] then - TEMPVAR=${CMDLINE#*modules=} + TEMPVAR=${CMDLINE#* modules=} CMDMODULES=${TEMPVAR%% *} mymod=`echo $CMDMODULES|/bin/sed 's|-|_|g' |/bin/sed 's|,| |g'` stat_busy "Loading CMD module" |