diff options
Diffstat (limited to 'abs/core-testing/initscripts/rc.sysinit.patch')
-rw-r--r-- | abs/core-testing/initscripts/rc.sysinit.patch | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/abs/core-testing/initscripts/rc.sysinit.patch b/abs/core-testing/initscripts/rc.sysinit.patch index 3fc7162..6556069 100644 --- a/abs/core-testing/initscripts/rc.sysinit.patch +++ b/abs/core-testing/initscripts/rc.sysinit.patch @@ -1,5 +1,5 @@ ---- rc.sysinit.orig 2009-02-12 22:43:03.000000000 +0000 -+++ rc.sysinit 2009-02-12 22:43:39.000000000 +0000 +--- /tmp/rc.sysinit.orig 2009-04-02 16:40:47.000000000 +0000 ++++ rc.sysinit 2009-04-02 16:44:20.000000000 +0000 @@ -7,10 +7,9 @@ . /etc/rc.d/functions @@ -14,3 +14,11 @@ printhl "Distributed under the GNU General Public License (GPL)" printsep +@@ -85,6 +84,7 @@ + if ! [ "$load_modules" = "off" ]; then + if [ -f /proc/modules ]; then + stat_busy "Loading Modules" ++ /usr/LH/bin/load-modules-mythvantage.sh + for mod in "${MODULES[@]}"; do + if [ "$mod" = "${mod#!}" ]; then + /sbin/modprobe $mod |