hope and pray
This commit is contained in:
parent
09b0166663
commit
84a724870a
@ -13,7 +13,7 @@ boot-location: modules
|
||||
tmp-is-dir: true
|
||||
|
||||
# Required by Ignition, and makes the system not compatible with Anaconda
|
||||
machineid-compat: false
|
||||
machineid-compat: true
|
||||
|
||||
packages:
|
||||
- ignition
|
||||
|
@ -2,13 +2,14 @@ include:
|
||||
- ignition-and-ostree.yaml
|
||||
- shared-el9.yaml
|
||||
- shared-workarounds.yaml
|
||||
- user-experience.yaml
|
||||
|
||||
ostree-layers:
|
||||
- overlay/05core
|
||||
- overlay/08nouveau
|
||||
- overlay/09misc
|
||||
- overlay/20platform-chrony
|
||||
- overlay/15fcos
|
||||
- overlay/20platform-chrony
|
||||
|
||||
|
||||
conditional-include:
|
||||
|
@ -11,7 +11,7 @@ postprocess:
|
||||
set -xeuo pipefail
|
||||
source /etc/os-release
|
||||
# This has landed in Fedora but not in any version of RHEL yet
|
||||
if [[ ${ID} != "rhel" ]]; then
|
||||
if [[ ${ID} != "rocky" ]]; then
|
||||
exit 0
|
||||
fi
|
||||
mkdir /usr/lib/dracut/modules.d/36coreos-multipath-fix
|
||||
|
47
manifests/user-experience.yaml
Normal file
47
manifests/user-experience.yaml
Normal file
@ -0,0 +1,47 @@
|
||||
# This file is included in RHEL CoreOS, see
|
||||
# https://github.com/openshift/os/blob/71c974b1e456292033e3ef3fe7bcfe17d1855ebc/manifest.yaml#L12
|
||||
# Only apply changes here that should apply to both FCOS and RHCOS.
|
||||
|
||||
# Default to `bash` in our container, the same as other containers we ship.
|
||||
container-cmd:
|
||||
- /usr/bin/bash
|
||||
|
||||
# These packages are either widely used utilities/services or
|
||||
# are targeted for improving the general CoreOS user experience.
|
||||
# It is intended to be kept generic so that it may be shared downstream with
|
||||
# RHCOS.
|
||||
packages:
|
||||
# Basic user tools
|
||||
## jq - parsing/interacting with JSON data
|
||||
- bash-completion
|
||||
- coreutils
|
||||
- file
|
||||
- jq
|
||||
- less
|
||||
- sudo
|
||||
- vim-minimal
|
||||
# File compression/decompression
|
||||
## bsdtar - dependency of 35coreos-live dracut module
|
||||
- bsdtar
|
||||
- bzip2
|
||||
- gzip
|
||||
- tar
|
||||
- xz
|
||||
- zstd
|
||||
# Improved MOTD experience
|
||||
- console-login-helper-messages-issuegen
|
||||
- console-login-helper-messages-profile
|
||||
# kdump support
|
||||
# https://github.com/coreos/fedora-coreos-tracker/issues/622
|
||||
- kexec-tools
|
||||
# Remote Access
|
||||
- openssh-clients openssh-server
|
||||
# Container tooling
|
||||
- crun
|
||||
- podman
|
||||
- runc
|
||||
- skopeo
|
||||
- toolbox
|
||||
# nvme-cli for managing nvme disks
|
||||
- nvme-cli
|
||||
|
Loading…
Reference in New Issue
Block a user