Don't fatal out if config file contains invalid hard drive controller.
This commit is contained in:
parent
9ddd1fc679
commit
ef1eb680b7
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ void hdd_controller_init(char *internal_name)
|
||||||
}
|
}
|
||||||
c++;
|
c++;
|
||||||
}
|
}
|
||||||
fatal("Could not find hdd_controller %s\n", internal_name);
|
/* fatal("Could not find hdd_controller %s\n", internal_name);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue