Skip to content

Commit

Permalink
don't use fedora-common-ostree-pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
karuboniru committed Jan 25, 2024
1 parent 5b05aed commit e23319d
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 3 deletions.
4 changes: 3 additions & 1 deletion fedora-common-ostree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ mutate-os-release: "39"
container-cmd:
- /usr/bin/bash

include: fedora-common-ostree-pkgs.yaml
# don't include the default package list as
# this for GUI systems
# include: fedora-common-ostree-pkgs.yaml

# See https://github.com/coreos/bootupd
# TODO: Disabled until we use use unified-core or native container flow
Expand Down
42 changes: 40 additions & 2 deletions server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ repos:
- fedora-39-updates

packages:
- NetworkManager
- NetworkManager-bluetooth
- NetworkManager-l2tp
- NetworkManager-libreswan
Expand Down Expand Up @@ -180,6 +181,37 @@ packages:
- xrootd-voms
- zram-generator-defaults
- zsh
- curl
- dnsmasq
- iputils
- kernel
- kernel-modules-extra
- less
- linux-firmware
- mtr
- nfs-utils
- nss-altfiles
- nss-mdns
- ntfs-3g
- ntfsprogs
- opensc
- openssh-clients
- openssh-server
- passwd
- passwdqc
- pinfo
- man-db
- lsof
- rsync
- man-pages
- shadow-utils
- selinux-policy-targeted
- sssd
- sssd-common
- systemd-resolved
- wget
- which
- whois

postprocess:
- |
Expand Down Expand Up @@ -222,6 +254,12 @@ add-files:
["cils/container_wireguard.cil", "/etc/cils/container_wireguard.cil"],
["etc/containers/containers.conf", "/etc/containers/containers.conf"],
["etc/containers/storage.conf", "/etc/containers/storage.conf"],
["etc/containers/networks/podman.json", "/etc/containers/networks/podman.json"],
["etc/systemd/system.conf.d/accounting.conf", "/etc/systemd/system.conf.d/accounting.conf"]
[
"etc/containers/networks/podman.json",
"/etc/containers/networks/podman.json",
],
[
"etc/systemd/system.conf.d/accounting.conf",
"/etc/systemd/system.conf.d/accounting.conf",
],
]

0 comments on commit e23319d

Please sign in to comment.