mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Change cdrom alias (original patch by Laurent Vivier)
git-svn-id: svn://coreboot.org/openbios/openbios-devel@324 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -269,7 +269,7 @@ yaboot_startup( void )
|
||||
break;
|
||||
default:
|
||||
case 'd':
|
||||
path = strdup("cdrom:0");
|
||||
path = strdup("cd:0");
|
||||
break;
|
||||
}
|
||||
try_bootinfo(path);
|
||||
|
||||
@@ -102,7 +102,7 @@ finish-device
|
||||
then
|
||||
then
|
||||
|
||||
" cdrom"
|
||||
" cd"
|
||||
" /pci/pci-ata/ata-1/cdrom@0" ?devalias not if
|
||||
" /pci/pci-ata/ata-1/cdrom@1" ?devalias not if
|
||||
" /pci/pci-ata/ata-2/cdrom@0" ?devalias not if
|
||||
|
||||
Reference in New Issue
Block a user