Skip to content

Commit

Permalink
Remove initscripts and NetworkManager-initscripts-ifcfg-rh from exclu…
Browse files Browse the repository at this point in the history
…de-packages in common.yaml
  • Loading branch information
korewaChino committed Oct 6, 2024
1 parent e61d055 commit 10c862b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions base-standalone/common/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,6 @@ exclude-packages:
- nodejs
- grubby
- cowsay # Just in case
# Let's make sure initscripts doesn't get pulled back in
# https://github.com/coreos/fedora-coreos-tracker/issues/220#issuecomment-611566254
- initscripts
# Do not use legacy ifcfg config format in NetworkManager
# See https://github.com/coreos/fedora-coreos-config/pull/1991
- NetworkManager-initscripts-ifcfg-rh
# Let's not have both legacy and nft versions in the image. Users are free to
# also layer legacy themselves if they want.
- iptables-legacy
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
image_name := "ghcr.io/ultramarine/base-standalone-bootc"

build-base-standalone:
sudo podman build --security-opt=label=disable --cap-add=all --device /dev/fuse -t {{image_name}} base-standalone
sudo buildah build --security-opt=label=disable --cap-add=all --device /dev/fuse -t {{image_name}} base-standalone



Expand Down

0 comments on commit 10c862b

Please sign in to comment.