The Fedora cloud images use the following kickstart option for disk partitioning because a boot/swap partition isn't needed or useful. zerombr clearpart --all part / --size 3000 --fstype ext4 The issue is that some virtual HW needs some other options like /boot/efi for virt platforms that use uEFI boot or PrEP for POWER platforms which are handled well with autopart in an architecture independent manner. It would be useful to have --noboot and --noswap options for the autopart option as a result. That way something like the following could be used for all architectures: autopart --nolvm --noboot --noswap
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
Reported upstream so hopefully someone might see it there: https://github.com/rhinstaller/blivet/issues/551
This requires changes in anaconda and pykickstart.
Fixed in a pull request: https://github.com/rhinstaller/anaconda/pull/1021
anaconda-26.21.4-1.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-f620d8c7c2
anaconda-26.21.4-1.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-f620d8c7c2
anaconda-26.21.4-1.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.