Update the list of CDROM device names to try for booting with RB_CDROM

flag set.
This commit is contained in:
Poul-Henning Kamp 2003-09-26 09:07:27 +00:00
parent ff2cf8a51d
commit 3d4274a52b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120462

View File

@ -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
};