mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-05 17:37:22 +00:00
* grub-core/disk/uboot/ubootdisk.c: Include SCSI disks.
This commit is contained in:
parent
77dae919b6
commit
7d400406a7
@ -1,3 +1,7 @@
|
||||
2013-11-17 Ian Campbell <ijc@hellion.org.uk>
|
||||
|
||||
* grub-core/disk/uboot/ubootdisk.c: Include SCSI disks.
|
||||
|
||||
2013-11-17 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* tests/grub_func_test.in: Increase memory reservation as on EFI we need
|
||||
|
@ -47,6 +47,7 @@ grub_ubootdisk_register (struct device_info *newdev)
|
||||
{
|
||||
case DT_STOR_IDE:
|
||||
case DT_STOR_SATA:
|
||||
case DT_STOR_SCSI:
|
||||
case DT_STOR_MMC:
|
||||
case DT_STOR_USB:
|
||||
/* hd */
|
||||
|
Loading…
Reference in New Issue
Block a user