summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/mythvantage-live/etc/rc.sysinit-live
diff options
context:
space:
mode:
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