Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove restriction on ISO partition types
This is not a valid way to detect installation media, but it is a way that config data can be provided to the host during a CAPI install. For a full ISO the current install media partitions look like this: ``` [root@localhost core]# fdisk -l /dev/sr0 Disk /dev/sr0: 1.16 GiB, 1244659712 bytes, 607744 sectors Disk model: QEMU DVD-ROM Units: sectors of 1 * 2048 = 2048 bytes Sector size (logical/physical): 2048 bytes / 2048 bytes I/O size (minimum/optimal): 2048 bytes / 2048 bytes Disklabel type: dos Disk identifier: 0x47ad035f Device Boot Start End Sectors Size Id Type /dev/sr0p1 * 0 2430975 2430976 4.6G 0 Empty /dev/sr0p2 180 10139 9960 19.5M ef EFI (FAT-12/16/32) ``` Neither of these partitions are of type iso9660 so this check is doing nothing but making CAPI installs more difficult.
- Loading branch information