10 Commits

Author SHA1 Message Date
8882eab440 Added make support for multiple architectures and did cleanup 2021-11-03 16:17:15 +01:00
a18780614b Minimized packages 2021-10-28 15:57:06 +02:00
nodiscc
f8fbbff435 apt/doc: add disabled sources.list entry to receive updates from https://nodiscc.gitlab.io/toolbox
- only possible upgrade path for packages installed from Makefile.extras
- leave it disabled as we don't want third-party APT sources in the default setup
- the GPG signing key is not trusted by default and must be manually trusted by the administrator
2021-10-23 22:40:59 +02:00
nodiscc
b4400ffc6b always install/upgrade linux kernel and nvidia drivers from bullseye-backports 2021-10-16 01:30:32 +02:00
nodiscc
d1acca576b rebase on Debian 11 "Bullseye" (https://www.debian.org/releases/bullseye/):
- update APT sources lists
- update documentation/download links
- doc: update build process
- increase RAM requirements to 2GB/recommended 4GB
- update tests and build configuration
2021-10-16 01:30:01 +02:00
nodiscc
9c676ebba5 config: remove apt sources lists from includes.chroot/etc/apt/sources.list.d (has no effect) 2020-04-11 12:32:31 +02:00
nodiscc
6e4ca22ec1 apt: force downloads over IPv4 since IPv6 is disabled in sysctl 2020-03-07 21:01:43 +01:00
nodiscc
eb786ed776 add apt sources configuration (debian buster + security + updates/proposed-updates + backports) 2020-03-07 21:01:43 +01:00
nodiscc
0ae4e4ce76 apt: disable installatino of "recommended" packages
keeps the number of installed packages and disk space requirements to the minimum necessary
2020-03-07 21:01:43 +01:00
nodiscc
b2e51f6e96 apt: configure automatic security/bugfix upgrades (unattended-upgrades):
- auto-upgrade packages from buster-updates, proposed-updates, security, backports
 - split the upgrade into minimal steps (so that shutodwns during upgrades are possible)
 - enable logging to syslog
 - daily, automatic update of package lists, download and installation of upgrades
2020-03-07 21:01:42 +01:00