test: mmdebstrap: Add test for dpkg-opts and apt-opts

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
This commit is contained in:
Nobuhiro Iwamatsu
2025-03-03 16:14:55 +09:00
committed by Sjoerd Simons
parent dc4ce466a5
commit ddd1c63de7

View File

@@ -9,6 +9,12 @@ actions:
suite: {{ $suite }}
variant: minbase
merged-usr: true
{{- if eq $tool "mmdebstrap" }}
dpkg-opts:
- path-exclude=/usr/share/man/*
apt-opts:
- Apt::Install-Recommends "true"
{{- end }}
- action: apt
description: Install some base packages