From 4411f213464b6cc9e5af838d8d60e5bcddaee790 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Mon, 6 Jul 2009 00:07:57 -0500 Subject: linhes-live: change pattern match to pick up on " modules" this stops it from picking up disablemodules --- abs/core-testing/linhes-live/PKGBUILD | 2 +- 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" -- cgit v0.12