diff options
| -rw-r--r-- | abs/core-testing/linhes-live/PKGBUILD | 2 | ||||
| -rw-r--r-- | abs/core-testing/linhes-live/etc/live-sysinit | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/abs/core-testing/linhes-live/PKGBUILD b/abs/core-testing/linhes-live/PKGBUILD index 3367025..c86e3cc 100644 --- a/abs/core-testing/linhes-live/PKGBUILD +++ b/abs/core-testing/linhes-live/PKGBUILD @@ -2,7 +2,7 @@  # 2008.09.25  pkgname=linhes-live  pkgver=5.3.3 -pkgrel=24 +pkgrel=25  pkgdesc="LinHes compulsory components for the Live System."  url="http://KnoppMyth.net" 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" | 
