From 96e419ff2914ab9c28f6aa2e2b3a176b709e810c Mon Sep 17 00:00:00 2001 From: Charles Short Date: Wed, 12 Jan 2022 10:54:50 -0500 Subject: [PATCH] Replace network-manager with ifupdown Network manger is more of a "desktop" service that can manage multip connections (ie: wireless and wired networks). Which is a bit more overkill than what we need. Replace it with ifupdown which can do the same thing but simpler. Testplan: PASS Build ISO PASS Configure network with ifupdown Story: 2008846 Task: 44272 Signed-off-by: Charles Short Change-Id: I80d9dad9bb392202500c7b4466593e3c10d2abeb --- debian-mirror-tools/config/debian/common/base-bullseye.lst | 1 - debian-mirror-tools/config/debian/common/base-bullseye.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian-mirror-tools/config/debian/common/base-bullseye.lst b/debian-mirror-tools/config/debian/common/base-bullseye.lst index 451fe8a8..f399783e 100644 --- a/debian-mirror-tools/config/debian/common/base-bullseye.lst +++ b/debian-mirror-tools/config/debian/common/base-bullseye.lst @@ -432,7 +432,6 @@ ncurses-base 6.2+20201114-2 ncurses-bin 6.2+20201114-2 netbase 6.3 net-tools 1.60+git20181103.0eebece-1 -network-manager 1.30.0-2 nfs-common 1:1.3.4-6 nftables 0.9.8-3.1 nscd 2.31-13+deb11u2 diff --git a/debian-mirror-tools/config/debian/common/base-bullseye.yaml b/debian-mirror-tools/config/debian/common/base-bullseye.yaml index 88046b29..4c3a6062 100644 --- a/debian-mirror-tools/config/debian/common/base-bullseye.yaml +++ b/debian-mirror-tools/config/debian/common/base-bullseye.yaml @@ -37,7 +37,7 @@ rootfs-pre-scripts: apt update apt install -y --no-install-recommends linux-image-amd64 grub-common apt install -y --allow-downgrades --allow-unauthenticated --no-install-recommends ostree ostree-boot libostree-1-1 ostree-upgrade-mgr - apt install --no-install-recommends -y network-manager + apt install --no-install-recommends -y ifupdown SCRIPT_ENDOF rootfs-post-scripts: - |-