Merge pull request #199 from cgwalters/install-minor

docs/install: two minor tweaks
This commit is contained in:
Colin Walters 2024-01-25 07:53:10 -05:00 committed by GitHub
commit 603a196eec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 7 deletions

View File

@ -13,6 +13,8 @@ There is a `root` user present, but its password is locked.
Many people who just want to "try things out" will find it easiest to start Many people who just want to "try things out" will find it easiest to start
with [the cloud image](https://github.com/CentOS/centos-bootc-layered/tree/main/cloud). with [the cloud image](https://github.com/CentOS/centos-bootc-layered/tree/main/cloud).
(It's a separate container image because cloud-init does not work on every deployment
target, and it also serves as an effective demonstration of layering)
The [bootc playground](https://github.com/vrothberg/bootc-playground) repository The [bootc playground](https://github.com/vrothberg/bootc-playground) repository
helps automate this. helps automate this.
@ -33,13 +35,10 @@ passwords. This means that in contrast to what was said just before, it's
possible to directly install (and update from) an "unconfigured base image" possible to directly install (and update from) an "unconfigured base image"
provided by this project. provided by this project.
This hinges on the Because a current development target for this project is [Fedora ELN](https://docs.fedoraproject.org/en-US/eln/),
[ostreecontainer](https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#ostreecontainer) which includes the latest support for `bootupd`, it's recommended to use
kickstart verb, which is new in Fedora 38; for example, there is a that ISO at this time. The support for `ostreecontainer` does not
[netinst.iso](https://dl.fedoraproject.org/pub/fedora/linux/releases/39/Everything/x86_64/iso/) yet exist in CentOS Stream 9.
which can be scripted with kickstart. Because a current development target for
this project is [Fedora ELN](https://docs.fedoraproject.org/en-US/eln/), it's
also supported to use the ISO generated by that project.
See [example.ks](example.ks) for an example Kickstart file. The See [example.ks](example.ks) for an example Kickstart file. The
[virt-install --initrd-inject](https://github.com/virt-manager/virt-manager/blob/main/man/virt-install.rst#--initrd-inject) [virt-install --initrd-inject](https://github.com/virt-manager/virt-manager/blob/main/man/virt-install.rst#--initrd-inject)