Commit Graph

346 Commits

Author SHA1 Message Date
Colin Walters 7326c3686a tier-0: bootc is now in c9s
So drop the conditional.
2024-01-15 09:33:53 -05:00
Colin Walters 4d5e1d86fb
Merge pull request #123 from cgwalters/pointless-rebuild
docs: Link a commonly hit issue
2024-01-11 09:41:12 -05:00
Colin Walters c3124cad03 docs: Link a commonly hit issue
(I also pinned that and one other issue on that repo)
2024-01-10 13:30:46 -05:00
Liora Milbaum f5a654b130
Merge pull request #121 from CentOS/renovate/all
chore(deps): update pre-commit hook maxbrunet/pre-commit-renovate to v37.128.0
2024-01-10 14:47:13 +02:00
platform-engineering-bot b6523c0e58 chore(deps): update pre-commit hook maxbrunet/pre-commit-renovate to v37.128.0
Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>
2024-01-10 12:10:19 +01:00
Liora Milbaum d5845283e0
Merge pull request #118 from CentOS/renovate/all
chore(deps): update pre-commit hook maxbrunet/pre-commit-renovate to v37.115.0
2024-01-01 09:28:44 +02:00
platform-engineering-bot c789307baf chore(deps): update pre-commit hook maxbrunet/pre-commit-renovate to v37.115.0
Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>
2024-01-01 01:55:55 +01:00
Liora Milbaum 0d23b331fc
Merge pull request #114 from CentOS/renovate/patch-and-digest-updates
chore(deps): update actions/deploy-pages action to v4.0.2
2023-12-27 18:06:57 +02:00
platform-engineering-bot a985a51a2f chore(deps): update patch and digest updates
Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>
2023-12-26 02:49:17 +01:00
Daniel J Walsh 528fb2329e
Merge pull request #98 from cgwalters/enable-transient-root
ostree: Enable root.transient = true by default
2023-12-22 08:02:50 -05:00
Daniel J Walsh f245a4feaf
Merge pull request #109 from cgwalters/add-examples-link
docs: Link to existing example repo
2023-12-22 08:02:23 -05:00
Daniel J Walsh 6306456d66
Merge pull request #111 from CentOS/renovate/all
chore(deps): update all dependencies
2023-12-22 08:01:55 -05:00
platform-engineering-bot eb96497041 chore(deps): update all dependencies
Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>
2023-12-22 00:11:41 +01:00
Colin Walters 08814100c1
Merge pull request #112 from sallyom/update-docs
update docs for bootc release 0.1.5
2023-12-20 14:03:25 -05:00
sallyom 6e56f66f5b update docs for bootc release 0.1.5
Signed-off-by: sallyom <somalley@redhat.com>
2023-12-20 13:13:27 -05:00
Colin Walters 948f774a70
Merge pull request #72 from poncovka/main-reqpart
docs: Remove workarounds from example.ks
2023-12-15 14:05:15 -05:00
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
Colin Walters d3f38f6089
Merge pull request #108 from cgwalters/doc-user-groups
docs: Add users and groups
2023-12-15 07:59:44 -05:00
Colin Walters 231a0f9669
Merge pull request #107 from cgwalters/add-subman
Add subscription-manager
2023-12-14 15:32:48 -05:00
Colin Walters 36041681ae docs: Link to existing example repo
I've started to put more content there.
2023-12-14 15:31:46 -05:00
Colin Walters a586acb8f5 docs: Add users and groups
Since this is a complex tricky topic.
2023-12-14 15:31:01 -05:00
Colin Walters 929e3e58e4 Add subscription-manager
We need this to access RHEL RPM content today.

(I would like longer term to be able to fetch RPMs from registries
 with a pull secret, xref https://github.com/coreos/rpm-ostree/issues/4155 )
2023-12-13 14:39:28 -05:00
Colin Walters b65d2c5bdc
Merge pull request #105 from cgwalters/fix-bootc-to-eln
tier-0: bootc is only in eln
2023-12-13 13:53:30 -05:00
Colin Walters 21ea7dd3c9
Merge pull request #104 from cgwalters/enable-development-bootupd
Add devel composes (off by default), but pull in new bootupd
2023-12-13 08:00:50 -05:00
Colin Walters de03b77962
Merge pull request #103 from cgwalters/dracut-fixes
Dracut fixes
2023-12-13 08:00:40 -05:00
Colin Walters 6c9d3b8b62 tier-0: bootc is only in eln
Prep for building with non-stream9 distros.

(TODO: add a dedicated variable for this at the toplevel)
2023-12-12 15:38:10 -05:00
Colin Walters d49c4299a1
Merge pull request #102 from CentOS/rhtap/references/main
chore(deps): update rhtap references
2023-12-12 15:33:10 -05:00
Colin Walters a9560ae57d Add devel composes (off by default), but pull in new bootupd
This fixes compatibility with `bootc install` in BIOS mode.
2023-12-12 13:28:10 -05:00
Colin Walters b943729fb2 initramfs: Also enable ostree module
rpm-ostree does this, but let's do it here too for
extra reliability.
2023-12-12 12:33:37 -05:00
Colin Walters ecbd78af68 initramfs: Consolidate and rename drop-initramfs
No reason to have the "base" settings in distinct files.
2023-12-12 11:32:49 -05:00
Colin Walters 48c85849e6 initramfs: Move our dracut config later
Our hostonly setting was conflicting with the default
`hostonly=yes` in `01-dist.conf`.
2023-12-12 11:31:05 -05:00
red-hat-trusted-app-pipeline 41f3c51727 chore(deps): update rhtap references 2023-12-11 18:47:12 +00:00
Liora Milbaum ca31675a74
Merge pull request #101 from CentOS/renovate/all
chore(deps): update all dependencies
2023-12-11 15:09:38 +02:00
platform-engineering-bot dce33f218b chore(deps): update all dependencies
Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>
2023-12-11 02:52:10 +02:00
Colin Walters 3d4706c2e9
Merge pull request #99 from cgwalters/doc-builds
docs: Add a builds.md
2023-12-10 10:45:48 -05:00
Colin Walters d9a4b02b54
Merge pull request #100 from cgwalters/enable-root-config-c9s
Always add bootc install config
2023-12-10 09:55:25 -05:00
Colin Walters 9149bc46eb docs: Add a builds.md
About time we start this.
2023-12-08 12:51:16 -05:00
Colin Walters dd0a042a17 Always add bootc install config
bootc isn't in C9S yet, but it is in the -dev images.  Add
the install config unconditionally so that `bootc install`
works in the `centos-bootc-dev` image.
2023-12-08 12:45:42 -05:00
Colin Walters e6761c23bc ostree: Enable root.transient = true by default
This turns on the functionality added in
https://github.com/ostreedev/ostree/pull/3114
2023-12-08 08:08:05 -05:00
Liora Milbaum ddefbde644
Merge pull request #96 from CentOS/rhtap/references/main
chore(deps): update rhtap references
2023-12-07 09:43:56 +02:00
red-hat-trusted-app-pipeline f3ba995fd0 chore(deps): update rhtap references 2023-12-06 20:38:28 +00:00
Daniel J Walsh 74ea2ecd0b
Merge pull request #95 from cgwalters/include-ppc
tekton: Fix duplicate s390x, use ppc64le
2023-12-06 09:58:29 -05:00
Liora Milbaum 2115a37612
Merge pull request #94 from CentOS/rhtap/references/main
chore(deps): update rhtap references
2023-12-06 10:37:57 +02:00
Colin Walters 7f1b496209 tekton: Fix duplicate s390x, use ppc64le
This was a copy-paste failure; we were intending to build ppc64le
here.
2023-12-05 14:09:45 -05:00
red-hat-trusted-app-pipeline 4aa353a742 chore(deps): update rhtap references 2023-12-05 15:35:01 +00:00
Liora Milbaum 44d7d8b8a1
Merge pull request #93 from CentOS/rhtap/references/main
chore(deps): update rhtap references
2023-12-05 11:49:21 +02:00
red-hat-trusted-app-pipeline 572133e4ba chore(deps): update rhtap references 2023-12-05 09:19:01 +00:00
Liora Milbaum 7974f17509
Merge pull request #85 from CentOS/rhtap/references/main
chore(deps): update rhtap references
2023-12-05 08:50:44 +02:00