blob: 35243de0dfe79345fdd8121a182c1b00fa677504 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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/)
|