diff options
6 files changed, 30 insertions, 9 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rcconfx b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rcconfx index 47ce29d..3b867a6 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rcconfx +++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rcconfx @@ -7,7 +7,7 @@ HARDWARECLOCK="UTC" TIMEZONE="UTC" KEYMAP="us" -MODULES=(floppy) +#MODULES=(floppy) HOSTNAME="larch5" diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh index f11b365..85762da 100755 --- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh +++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/rootoverlay/root/LinHES-install.sh @@ -14,10 +14,17 @@ xhost + CMDLINE=$(cat /proc/cmdline) echo $CMDLINE |grep -q nfsroot NFSROOT=$? -if [ x$NFSROOT = x1 ] +echo $CMDLINE |grep -q clean_upgrade +if [ $? = 0 ] then + export CLEAN_UPGRADE=YES +else + export CLEAN_UPGRADE=NO +fi - unbuffer MythVantage & +if [ x$NFSROOT = x1 ] +then + unbuffer MythVantage & else NETBOOT=YES MythVantage & fi diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rcconfx b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rcconfx index 47ce29d..3b867a6 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rcconfx +++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rcconfx @@ -7,7 +7,7 @@ HARDWARECLOCK="UTC" TIMEZONE="UTC" KEYMAP="us" -MODULES=(floppy) +#MODULES=(floppy) HOSTNAME="larch5" diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/LinHES-install.sh b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/LinHES-install.sh index f11b365..85762da 100755 --- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/LinHES-install.sh +++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/rootoverlay/root/LinHES-install.sh @@ -14,10 +14,17 @@ xhost + CMDLINE=$(cat /proc/cmdline) echo $CMDLINE |grep -q nfsroot NFSROOT=$? -if [ x$NFSROOT = x1 ] +echo $CMDLINE |grep -q clean_upgrade +if [ $? = 0 ] then + export CLEAN_UPGRADE=YES +else + export CLEAN_UPGRADE=NO +fi - unbuffer MythVantage & +if [ x$NFSROOT = x1 ] +then + unbuffer MythVantage & else NETBOOT=YES MythVantage & fi diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/rcconfx b/build_tools/clarch/larch/profiles/i686-testing-local/rcconfx index 47ce29d..3b867a6 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-local/rcconfx +++ b/build_tools/clarch/larch/profiles/i686-testing-local/rcconfx @@ -7,7 +7,7 @@ HARDWARECLOCK="UTC" TIMEZONE="UTC" KEYMAP="us" -MODULES=(floppy) +#MODULES=(floppy) HOSTNAME="larch5" diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/LinHES-install.sh b/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/LinHES-install.sh index f11b365..85762da 100755 --- a/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/LinHES-install.sh +++ b/build_tools/clarch/larch/profiles/i686-testing-local/rootoverlay/root/LinHES-install.sh @@ -14,10 +14,17 @@ xhost + CMDLINE=$(cat /proc/cmdline) echo $CMDLINE |grep -q nfsroot NFSROOT=$? -if [ x$NFSROOT = x1 ] +echo $CMDLINE |grep -q clean_upgrade +if [ $? = 0 ] then + export CLEAN_UPGRADE=YES +else + export CLEAN_UPGRADE=NO +fi - unbuffer MythVantage & +if [ x$NFSROOT = x1 ] +then + unbuffer MythVantage & else NETBOOT=YES MythVantage & fi |