Commit Graph

6 Commits

Author SHA1 Message Date
Vendula Poncova 4886760829
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>
2023-12-15 16:01:55 +01:00
Vendula Poncova 60d1992cb9
docs: Use reqpart in example.ks
The partitioning defined in the example kickstart file suggests that the
installer supports hybrid boot. That's misleading and not true. Let's use
the `reqpart` kickstart command to automatically create partitions required
by the detected platform instead of creating all of them for all platforms.

Note: The `reqpart` command doesn't work with `bootloader --location=none` or
`bootloader --disabled`, so this commit depends on the installer's support
for bootupd: https://github.com/rhinstaller/anaconda/pull/5298/
2023-12-15 16:01:54 +01:00
Vendula Poncova 807e82dde4
docs: Remove the bootupd workaround from example.ks
The installer supports bootupd now, so we can drop the workaround.
See: https://github.com/rhinstaller/anaconda/pull/5298/
2023-12-15 16:01:41 +01:00
Liora Milbaum 03033108a5 Mass rename tier-1/boot => bootc 2023-11-23 14:42:56 +02:00
Colin Walters cc83572a63 docs/example.ks: Update
We now have the static configs in bootupd, which significantly
simplifies this.  Still need to land the Anaconda PR.
2023-11-19 14:52:51 -05:00
Colin Walters a172237629 docs: Improve login/tryout docs
- Add a preface about the base image not having cloud-init
- Migrate the Anaconda example code here and make it first
2023-11-08 15:32:53 -05:00