From ef1eb680b7e488d0f71dbfcf465aa6cb92e32802 Mon Sep 17 00:00:00 2001 From: SarahW Date: Wed, 15 Mar 2017 18:06:41 +0000 Subject: [PATCH] Don't fatal out if config file contains invalid hard drive controller. --- src/hdd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hdd.c b/src/hdd.c index f40322d..0990409 100644 --- a/src/hdd.c +++ b/src/hdd.c @@ -66,7 +66,7 @@ void hdd_controller_init(char *internal_name) } c++; } - fatal("Could not find hdd_controller %s\n", internal_name); +/* fatal("Could not find hdd_controller %s\n", internal_name);*/ }