without this there is not working networking in the resulting container: * ifupdown is in state 'ic' * `ifup` and `ifdown` do not exist on the system.
Signed-off-by: Stoiko Ivanov <[email protected]> --- debian-13-trixie-pmg-9-64/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/debian-13-trixie-pmg-9-64/Makefile b/debian-13-trixie-pmg-9-64/Makefile index 9330588..35dc127 100644 --- a/debian-13-trixie-pmg-9-64/Makefile +++ b/debian-13-trixie-pmg-9-64/Makefile @@ -8,6 +8,7 @@ all: info/init_ok ${CVD_FILES} mkdir -p ${BASEDIR}/etc/systemd/system-preset cp systemd-presets ${BASEDIR}/etc/systemd/system-preset/00-pve-template.preset touch ${BASEDIR}/proxmox_install_mode + dab exec apt purge -y ifupdown dab install \ antiword \ dbus \ -- 2.39.5 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
