From 883b16a79b4df77bd707b77aa196ee7f0cbe58e6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 11 Nov 2023 10:08:34 +0200 Subject: let cloud-init setup network for bookworm, too Signed-off-by: Lars Wirzenius Sponsored-by: author --- base-image/base-image.yml | 1 - base-image/bookworm-vm.vmdb | 3 --- 2 files changed, 4 deletions(-) (limited to 'base-image') diff --git a/base-image/base-image.yml b/base-image/base-image.yml index 9033b5a..d53df26 100644 --- a/base-image/base-image.yml +++ b/base-image/base-image.yml @@ -22,7 +22,6 @@ - shell: | apt clean sed -i 's/^root:[^:]*:/root::/' /etc/shadow /etc/passwd - rm -f /etc/systemd/network/10-cloud-init-eth0.network vars: hostname: bullseye ansible_python_interpreter: /usr/bin/python3 diff --git a/base-image/bookworm-vm.vmdb b/base-image/bookworm-vm.vmdb index 0e3a047..3f8e0c1 100644 --- a/base-image/bookworm-vm.vmdb +++ b/base-image/bookworm-vm.vmdb @@ -35,9 +35,6 @@ steps: - cache-rootfs: / unless: rootfs_unpacked - - copy-file: /etc/systemd/network/eth0.network - src: eth0.network - - chroot: / shell: | apt-get -y install python3 parted acpi -- cgit v1.2.1