diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-03-18 13:50:15 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-03-18 13:50:15 -0300 |
commit | 60148a76d2c75089c0c90ee55e93c6db21345734 (patch) | |
tree | bd655b1ea73061c2c3836083967533f53086fa92 /docs/installation | |
parent | 361e01187706fc4f3cadba947edf770ddadaf696 (diff) | |
download | debian-60148a76d2c75089c0c90ee55e93c6db21345734.tar.gz debian-60148a76d2c75089c0c90ee55e93c6db21345734.tar.bz2 |
Additional references on installation, building and testing
Diffstat (limited to 'docs/installation')
-rw-r--r-- | docs/installation/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/installation/README.md b/docs/installation/README.md index e16162d..35243de 100644 --- a/docs/installation/README.md +++ b/docs/installation/README.md @@ -1,5 +1,18 @@ # Debian installation +## Basic + References, tips and notes about installing Debian-based systems: * [InstallingDebianOn - Debian Wiki](https://wiki.debian.org/InstallingDebianOn) + +## Minimal + +Minimal Debian installations: + +* [GitHub - debuerreotype/debuerreotype: reproducible, snapshot-based Debian rootfs builder](https://github.com/debuerreotype/debuerreotype) + +## Tuning + +* `dpkg`: + * [Save disk space by excluding useless files with dpkg](https://raphaelhertzog.com/2010/11/15/save-disk-space-by-excluding-useless-files-with-dpkg/) |