-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for iso9660 partitions in "hybrid" ISO images #1345
Comments
Yes, blivet intentionally ignores partitions on ISO hybrid images: blivet/blivet/populator/helpers/partition.py Lines 69 to 79 in f997827
This was decided a long time ago (see for example ff12619). TLDR is that ISO hybrid images are a huge mess with multiple signatures that confuses a lot of system tools and ignoring the partitions is just easier. I am not saying this cannot be changed, but it would be a lot of work in both blivet and anaconda to make sure everything works and the "new" partitions doesn't confuse the installer. |
Thanks. I tried to fix it with these two patches, effectively allowing to pass the ISO partition unambiguously via PARTLABEL, not as just LABEL which is the source of confusion: Does it mean my fixes are incorrect? |
I meant that if we stop ignoring the partitions in blivet, anaconda will suddenly see three partitions instead one device formatted to iso9660, which might be a problem when displaying devices or when making sure the Live USB is being ignored/hidden etc. |
OK, my main concern here is to fix the Anaconda regression, as fetching Kickstart files from installation media is essential functionality. |
Let's see what the Anaconda team thinks about the change, but I don't think it could cause any problems for Blivet so from point of view, it's OK. |
Thanks. |
Is the issue mentioned here for Blivet is still actual?
The text was updated successfully, but these errors were encountered: