[pve-devel] [PATCH dab-pve-appliances] fix #4858: install libsasl2-modules for pmg

Stoiko Ivanov s.ivanov at proxmox.com
Fri Mar 1 17:41:01 CET 2024


the issue was already resolved for installations from ISO (short time
after PMG 8.0 was released), but I forgot to adapt the
container-template.

Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
quickly tested by building a template and checking dpkg -l

debian-12-bookworm-pmg-8-64/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian-12-bookworm-pmg-8-64/Makefile b/debian-12-bookworm-pmg-8-64/Makefile
index 2fb1ddb..ab590bc 100644
--- a/debian-12-bookworm-pmg-8-64/Makefile
+++ b/debian-12-bookworm-pmg-8-64/Makefile
@@ -9,7 +9,7 @@ all: info/init_ok ${CVD_FILES}
 	cp systemd-presets ${BASEDIR}/etc/systemd/system-preset/00-pve-template.preset
 	touch ${BASEDIR}/proxmox_install_mode
 	dab install libdbi-perl perl-openssl-defaults libcgi-pm-perl proxmox-mailgateway-container gpg ifupdown2
-	dab install antiword docx2txt odt2txt poppler-utils tesseract-ocr unrtf
+	dab install antiword docx2txt odt2txt poppler-utils tesseract-ocr unrtf libsasl2-modules
 	rm ${BASEDIR}/proxmox_install_mode
 	sed -i '/^deb.*\.proxmox\.com\/.*$$/d;$${/^$$/d;}' ${BASEDIR}/etc/apt/sources.list
 	cp ${CVD_FILES} ${BASEDIR}/var/lib/clamav/
-- 
2.39.2





More information about the pve-devel mailing list