From 860b2fab694fe263fb287edf8c60816abe29b60a Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Jun 07 2011 05:52:41 +0000 Subject: Disabled norhts in rhts-compat. When used machine may enter infinite loop rebooting and waiting for rhts-compat. This feature is not used in tests. Change-Id: Ie6edba20ec86cb84cbaace07c205b473805aa575 --- diff --git a/init.d/rhts-compat b/init.d/rhts-compat index d51c623..fc24998 100755 --- a/init.d/rhts-compat +++ b/init.d/rhts-compat @@ -14,8 +14,10 @@ check4norhts() { grep -q norhts < /proc/cmdline if [ "$?" -eq 0 ] ; then - echo -n $"The kernel command line contains norhts. Therefore, RHTS will not be started." - exit 1 + echo -n $"The kernel command line contains norhts." + echo -n $"Use empty 'RHTS_OPTION_COMPATIBLE' parameter or 'RhtsOptions: Compatible' in tasks metadata." + # TODO: we still need a way how to temporarily disable beah. + # Use similar principle. fi }