Partitions specified in --part in kickstart not honoured by anaconda installer
Issue
With anaconda installer init version 13.21.117, the following kickstart file part is not getting honoured.
clearpart --all --initlabel
part /boot --fstype=ext4 --size=200 --asprimary
part swap --size=49152 --asprimary
part / --fstype=ext4 --size=1 --grow --asprimary
The swap partition is not getting created.
Environment
- Red Hat Enterprise Linux (ALL)
- anaconda kickstart installation
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.