diff --git a/scripts/latecommand/buster/etc/apt/apt.conf.d/25no-recommends.conf b/scripts/latecommand/buster/etc/apt/apt.conf.d/25no-recommends.conf new file mode 100644 index 0000000..455f9e0 --- /dev/null +++ b/scripts/latecommand/buster/etc/apt/apt.conf.d/25no-recommends.conf @@ -0,0 +1,7 @@ +// Should APT install recommended or suggested packages? +APT::Install-Recommends "false"; +APT::Install-Suggests "false"; + +// APT should not consider recommended or suggested packages to be unused +APT::AutoRemove::RecommendsImportant "true"; +APT::AutoRemove::SuggestsImportant "true"; diff --git a/scripts/latecommand/buster/etc/apt/sources.list b/scripts/latecommand/buster/etc/apt/sources.list new file mode 100644 index 0000000..f1cd451 --- /dev/null +++ b/scripts/latecommand/buster/etc/apt/sources.list @@ -0,0 +1,6 @@ +# From latecommand - Debian's preseed +deb http://ftp.fr.debian.org/debian/ buster main non-free contrib +deb-src http://ftp.fr.debian.org/debian/ buster main non-free contrib + +deb http://security.debian.org/debian-security buster/updates main contrib non-free +deb-src http://security.debian.org/debian-security buster/updates main contrib non-free