docs: Mention releases that support example.ks
The kickstart file works with a Fedora 40+ (or ELN) installer ISO as it requires https://github.com/rhinstaller/anaconda/pull/5342. Co-authored-by: Colin Walters <walters@verbum.org>
This commit is contained in:
parent
60d1992cb9
commit
4886760829
|
|
@ -1,5 +1,7 @@
|
||||||
text
|
text
|
||||||
|
# NOTE: As of the time of this writing, this kickstart only
|
||||||
|
# works with a Fedora 40+ (or ELN) installer ISO as it requires
|
||||||
|
# https://github.com/rhinstaller/anaconda/pull/5342
|
||||||
# Basic partitioning
|
# Basic partitioning
|
||||||
clearpart --all --initlabel --disklabel=gpt
|
clearpart --all --initlabel --disklabel=gpt
|
||||||
part /boot --size=1000 --fstype=ext4 --label=boot
|
part /boot --size=1000 --fstype=ext4 --label=boot
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue