Merge branch 'trim-misc' into 'main'
Various trimming See merge request cgwalters-playground/bootc-demo-base-images!5
This commit is contained in:
commit
0115ec8b22
|
|
@ -13,11 +13,6 @@ include:
|
||||||
- oscore/kernel.yaml
|
- oscore/kernel.yaml
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
# We include this for historical reasons
|
|
||||||
- fedora-repos-ostree
|
|
||||||
# fedora-repos-modular was converted into its own subpackage in f33
|
|
||||||
# Continue to include it in case users want to use it.
|
|
||||||
- fedora-repos-modular
|
|
||||||
# file-transfer: note fuse-sshfs is not in RHEL
|
# file-transfer: note fuse-sshfs is not in RHEL
|
||||||
# so we can't put it in file-transfer.yaml
|
# so we can't put it in file-transfer.yaml
|
||||||
# Storage
|
# Storage
|
||||||
|
|
|
||||||
|
|
@ -51,8 +51,6 @@ mutate-os-release: "${releasever}"
|
||||||
packages:
|
packages:
|
||||||
# Include and set the default editor
|
# Include and set the default editor
|
||||||
- nano
|
- nano
|
||||||
# TODO: Also consider dropping this
|
|
||||||
- systemd-container
|
|
||||||
- fuse-overlayfs slirp4netns
|
- fuse-overlayfs slirp4netns
|
||||||
# support for old style CNI networks and name resolution for
|
# support for old style CNI networks and name resolution for
|
||||||
# podman containers with CNI networks
|
# podman containers with CNI networks
|
||||||
|
|
|
||||||
|
|
@ -37,14 +37,3 @@ packages:
|
||||||
# https://github.com/coreos/fedora-coreos-tracker/issues/753
|
# https://github.com/coreos/fedora-coreos-tracker/issues/753
|
||||||
- stalld
|
- stalld
|
||||||
- ssh-key-dir
|
- ssh-key-dir
|
||||||
|
|
||||||
postprocess:
|
|
||||||
# Make kdump work on firstboot
|
|
||||||
- |
|
|
||||||
#!/usr/bin/env bash
|
|
||||||
# Make kdump ignore `ignition.firstboot` when copying kargs from
|
|
||||||
# the running kernel to the kdump kernel when passing to be kexec.
|
|
||||||
# This makes it so kdump can be set up on the very first boot.
|
|
||||||
# Upstream request to have this upstream so we can stop carrying it here:
|
|
||||||
# https://lists.fedoraproject.org/archives/list/kexec@lists.fedoraproject.org/thread/5P4WIJLW2TSGF4PZGRZGOXYML4RXZU23/
|
|
||||||
sed -i -e 's/KDUMP_COMMANDLINE_REMOVE="/KDUMP_COMMANDLINE_REMOVE="ignition.firstboot /' /etc/sysconfig/kdump
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue