Skip to content

Commit 5209da7

Browse files
committed
cf: target: common: auto-remove suggested and recommended packages
1 parent 15be9bc commit 5209da7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

cf/target/common/remove-files.cf

+5-2
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ DISTRO_REMOVE_FILES="
130130
/var/local
131131
"
132132

133-
DISTRO_REMOVE_PACKAGES="
134-
${DISTRO_REMOVE_PACKAGES}
133+
DISTRO_APT_CONFIG="${DISTRO_APT_CONFIG}
134+
Apt::AutoRemove::SuggestsImportant \"false\" ;
135+
Apt::AutoRemove::RecommendsImportant \"false\" ;
136+
APT::Install-Recommends \"false\";
137+
APT::Install-Suggests \"false\";
135138
"

0 commit comments

Comments
 (0)