From: Marc Fiuczynski Date: Wed, 15 Apr 2009 18:22:35 +0000 (+0000) Subject: set to 'failboot' when there are no recognized ethernet interfaces for the production... X-Git-Tag: BootManager-3.2-19~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=256a32b6a4a1f590bd81e4f7fc25aa65debdab45;p=bootmanager.git set to 'failboot' when there are no recognized ethernet interfaces for the production kernel --- 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