Merge branch 'more-tweaks' into 'main'
Drop deprecated iptables, add jq See merge request cgwalters-playground/bootc-demo-base-images!6
This commit is contained in:
commit
4154738050
|
|
@ -13,11 +13,6 @@ include:
|
||||||
- oscore/kernel.yaml
|
- oscore/kernel.yaml
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
# file-transfer: note fuse-sshfs is not in RHEL
|
# Storage; it's used in Fedora workstation for example, so we will enable it here.
|
||||||
# so we can't put it in file-transfer.yaml
|
|
||||||
# Storage
|
|
||||||
- btrfs-progs
|
- btrfs-progs
|
||||||
# In F35+ need `iptables-legacy` package
|
- nano-default-editor
|
||||||
# See https://github.com/coreos/fedora-coreos-tracker/issues/676#issuecomment-928028451
|
|
||||||
- iptables-legacy
|
|
||||||
- nano-default-editor
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ container-cmd:
|
||||||
# RHCOS.
|
# RHCOS.
|
||||||
packages:
|
packages:
|
||||||
# Basic user tools
|
# Basic user tools
|
||||||
## jq - parsing/interacting with JSON data
|
- jq # parsing/interacting with JSON data
|
||||||
- bash-completion
|
- bash-completion
|
||||||
- coreutils
|
- coreutils
|
||||||
- file
|
- file
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue