Merge branch 'add-toolbox-lsof' into 'main'
user-experience: Resync with FCOS See merge request fedora/bootc/base-images!12
This commit is contained in:
commit
946de01b32
|
|
@ -0,0 +1,42 @@
|
|||
# This file was forked/copied from Fedora CoreOS. TODO: resync
|
||||
# once we have a good generic mechanism for sharing.
|
||||
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 recommends but doesn't require criu and criu-libs. We want them for
|
||||
## checkpoint/restore. https://github.com/coreos/fedora-coreos-tracker/issues/1370
|
||||
- crun criu criu-libs
|
||||
- podman
|
||||
- runc
|
||||
- skopeo
|
||||
- toolbox
|
||||
# passt provides user-mode networking daemons for namespaces
|
||||
- passt
|
||||
# nvme-cli for managing nvme disks
|
||||
- nvme-cli
|
||||
# Used by admins interactively
|
||||
- lsof
|
||||
|
|
@ -9,7 +9,7 @@ include:
|
|||
- firmware.yaml
|
||||
- networking-tools.yaml
|
||||
- system-configuration.yaml
|
||||
- user-experience.yaml
|
||||
- coreos-user-experience.yaml
|
||||
- fwupd.yaml
|
||||
- persistent-journal.yaml
|
||||
- initramfs-full.yaml
|
||||
|
|
@ -44,6 +44,8 @@ packages:
|
|||
- zram-generator
|
||||
# resolved was broken out to its own package in rawhide/f35
|
||||
- systemd-resolved
|
||||
# This one is in Python so isn't in FCOS, but we can safely add it here.
|
||||
- sos
|
||||
|
||||
# These are random architecture-specific packages
|
||||
packages-x86_64:
|
||||
|
|
|
|||
|
|
@ -1,33 +0,0 @@
|
|||
# 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.
|
||||
|
||||
# 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
|
||||
- less
|
||||
- sudo
|
||||
# Intended to be part of baseline RHEL-derived operating systems
|
||||
- sos
|
||||
# File compression/decompression
|
||||
## bsdtar - dependency of 35coreos-live dracut module
|
||||
- bsdtar
|
||||
- bzip2
|
||||
- gzip
|
||||
- tar
|
||||
- xz
|
||||
- zstd
|
||||
# kdump support
|
||||
# https://github.com/coreos/fedora-coreos-tracker/issues/622
|
||||
- kexec-tools
|
||||
# Remote Access
|
||||
- openssh-clients openssh-server
|
||||
# nvme-cli for managing nvme disks
|
||||
- nvme-cli
|
||||
Loading…
Reference in New Issue