mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Don't turn on RB_CDROM if the rootdev is a BIOS cd device for now as this
breaks when cdboot is used with an MFS root.
This commit is contained in:
parent
a262ae8267
commit
db283fd6d5
3 changed files with 0 additions and 6 deletions
|
|
@ -284,8 +284,6 @@ bi_load(char *args, int *howtop, int *bootdevp, vm_offset_t *bip)
|
|||
/* Pass in BIOS device number. */
|
||||
bi.bi_bios_dev = bc_unit2bios(rootdev->d_kind.bioscd.unit);
|
||||
bootdevnr = bc_getdev(rootdev);
|
||||
if (bootdevnr != -1)
|
||||
*howtop |= RB_CDROM;
|
||||
break;
|
||||
|
||||
case DEVT_DISK:
|
||||
|
|
|
|||
|
|
@ -284,8 +284,6 @@ bi_load(char *args, int *howtop, int *bootdevp, vm_offset_t *bip)
|
|||
/* Pass in BIOS device number. */
|
||||
bi.bi_bios_dev = bc_unit2bios(rootdev->d_kind.bioscd.unit);
|
||||
bootdevnr = bc_getdev(rootdev);
|
||||
if (bootdevnr != -1)
|
||||
*howtop |= RB_CDROM;
|
||||
break;
|
||||
|
||||
case DEVT_DISK:
|
||||
|
|
|
|||
|
|
@ -284,8 +284,6 @@ bi_load(char *args, int *howtop, int *bootdevp, vm_offset_t *bip)
|
|||
/* Pass in BIOS device number. */
|
||||
bi.bi_bios_dev = bc_unit2bios(rootdev->d_kind.bioscd.unit);
|
||||
bootdevnr = bc_getdev(rootdev);
|
||||
if (bootdevnr != -1)
|
||||
*howtop |= RB_CDROM;
|
||||
break;
|
||||
|
||||
case DEVT_DISK:
|
||||
|
|
|
|||
Loading…
Reference in a new issue