mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Update the list of CDROM device names to try for booting with RB_CDROM
flag set.
This commit is contained in:
parent
ff2cf8a51d
commit
3d4274a52b
1 changed files with 2 additions and 3 deletions
|
|
@ -140,9 +140,8 @@ struct vnode *rootvnode;
|
|||
* The root specifiers we will try if RB_CDROM is specified.
|
||||
*/
|
||||
static char *cdrom_rootdevnames[] = {
|
||||
"cd9660:cd0a",
|
||||
"cd9660:acd0a",
|
||||
"cd9660:wcd0a",
|
||||
"cd9660:cd0",
|
||||
"cd9660:acd0",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue