Don't fatal out if config file contains invalid hard drive controller.

This commit is contained in:
SarahW 2017-03-15 18:06:41 +00:00
commit ef1eb680b7

View file

@ -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);*/
}