summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/mythvantage-live/etc/rc.sysinit-live
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-08-21 00:51:35 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-08-21 00:51:35 (GMT)
commit348ed005f1ba2e77ded656fe2209a58197571b2d (patch)
tree9ea9354c86f0510526a72ba831a9a5656534010d /abs/mv-core/mythvantage-live/etc/rc.sysinit-live
parent9a60dd7921db1ab7a168da96329bad3e9c24725e (diff)
downloadlinhes_pkgbuild-348ed005f1ba2e77ded656fe2209a58197571b2d.zip
linhes_pkgbuild-348ed005f1ba2e77ded656fe2209a58197571b2d.tar.gz
linhes_pkgbuild-348ed005f1ba2e77ded656fe2209a58197571b2d.tar.bz2
mv-core: bring more stuff up to date
Diffstat (limited to 'abs/mv-core/mythvantage-live/etc/rc.sysinit-live')
-rwxr-xr-xabs/mv-core/mythvantage-live/etc/rc.sysinit-live7
1 files changed, 5 insertions, 2 deletions
diff --git a/abs/mv-core/mythvantage-live/etc/rc.sysinit-live b/abs/mv-core/mythvantage-live/etc/rc.sysinit-live
index 3f72a50..b3b91de 100755
--- a/abs/mv-core/mythvantage-live/etc/rc.sysinit-live
+++ b/abs/mv-core/mythvantage-live/etc/rc.sysinit-live
@@ -12,7 +12,7 @@
###############################################################
### These functions have been separated out, so that they can be
-### replaced in linhes live systems.
+### replaced in mythvantage live systems.
f_header ()
{
@@ -98,7 +98,7 @@ f_swapon ()
###############################################################
-### Override above functions if running linhes live system
+### Override above functions if running mythvantage live system
[ -f /etc/live-sysinit ] && . /etc/live-sysinit
#F Print header
@@ -176,6 +176,9 @@ fi
# Load modules from the MODULES array defined in rc.conf
if ! [ "$load_modules" = "off" ]; then
if [ -f /proc/modules ]; then
+############Added by jm to load modules from /proc/cmdline
+ f_loadmodules
+##############
stat_busy "Loading Modules"
for mod in "${MODULES[@]}"; do
if [ "$mod" = "${mod#!}" ]; then