* grub-core/loader/i386/pc/plan9.c (grub_cmd_plan9): Remove PXE
handling. * include/grub/disk.h (grub_disk_dev_id): Remove obsolete GRUB_DISK_DEVICE_UUID_ID, GRUB_DISK_DEVICE_PXE_ID and GRUB_DISK_DEVICE_FILE_ID.
This commit is contained in:
parent
f6c434d581
commit
64c8b8f64c
3 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2012-01-29 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/loader/i386/pc/plan9.c (grub_cmd_plan9): Remove PXE
|
||||||
|
handling.
|
||||||
|
* include/grub/disk.h (grub_disk_dev_id): Remove obsolete
|
||||||
|
GRUB_DISK_DEVICE_UUID_ID, GRUB_DISK_DEVICE_PXE_ID and
|
||||||
|
GRUB_DISK_DEVICE_FILE_ID.
|
||||||
|
|
||||||
2012-01-29 Vladimir Serbinenko <phcoder@gmail.com>
|
2012-01-29 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/kern/partition.c (grub_partition_get_name): Simplify logic
|
* grub-core/kern/partition.c (grub_partition_get_name): Simplify logic
|
||||||
|
|
|
@ -260,7 +260,6 @@ grub_cmd_plan9 (grub_extcmd_context_t ctxt, int argc, char *argv[])
|
||||||
default:
|
default:
|
||||||
|
|
||||||
/* Not sure how to handle those. */
|
/* Not sure how to handle those. */
|
||||||
case GRUB_DISK_DEVICE_PXE_ID:
|
|
||||||
case GRUB_DISK_DEVICE_NAND_ID:
|
case GRUB_DISK_DEVICE_NAND_ID:
|
||||||
if (!file_disk)
|
if (!file_disk)
|
||||||
{
|
{
|
||||||
|
|
|
@ -37,10 +37,7 @@ enum grub_disk_dev_id
|
||||||
GRUB_DISK_DEVICE_ATA_ID,
|
GRUB_DISK_DEVICE_ATA_ID,
|
||||||
GRUB_DISK_DEVICE_MEMDISK_ID,
|
GRUB_DISK_DEVICE_MEMDISK_ID,
|
||||||
GRUB_DISK_DEVICE_NAND_ID,
|
GRUB_DISK_DEVICE_NAND_ID,
|
||||||
GRUB_DISK_DEVICE_UUID_ID,
|
|
||||||
GRUB_DISK_DEVICE_PXE_ID,
|
|
||||||
GRUB_DISK_DEVICE_SCSI_ID,
|
GRUB_DISK_DEVICE_SCSI_ID,
|
||||||
GRUB_DISK_DEVICE_FILE_ID,
|
|
||||||
GRUB_DISK_DEVICE_CRYPTODISK_ID,
|
GRUB_DISK_DEVICE_CRYPTODISK_ID,
|
||||||
GRUB_DISK_DEVICE_ARCDISK_ID,
|
GRUB_DISK_DEVICE_ARCDISK_ID,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue