From 256a32b6a4a1f590bd81e4f7fc25aa65debdab45 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Wed, 15 Apr 2009 18:22:35 +0000 Subject: [PATCH] set to 'failboot' when there are no recognized ethernet interfaces for the production kernel --- source/steps/WriteModprobeConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/steps/WriteModprobeConfig.py b/source/steps/WriteModprobeConfig.py index 64a1126..8874880 100644 --- a/source/steps/WriteModprobeConfig.py +++ b/source/steps/WriteModprobeConfig.py @@ -100,7 +100,7 @@ def Run( vars, log, filename = "/etc/modprobe.conf"): if eth_count == 0: log.write( "\nIt appears we don't have any network drivers. Aborting.\n" ) - vars['BOOT_STATE']= 'dbg' + vars['BOOT_STATE']= 'failboot' vars['STATE_CHANGE_NOTIFY']= 1 vars['STATE_CHANGE_NOTIFY_MESSAGE']= \ notify_messages.MSG_NO_DETECTED_NETWORK -- 2.47.0