2021-11-01 16:51:34 +01:00
|
|
|
# Born 2 Be Root
|
|
|
|
|
|
|
|
|
|
## Debian
|
|
|
|
|
|
2021-11-01 17:44:06 +01:00
|
|
|
[B.2.3. Auto mode](https://www.debian.org/releases/stable/amd64/apbs02.en.html)
|
|
|
|
|
```
|
|
|
|
|
auto url=https://vogsphere.baco.net/baco/born2beroot/raw/branch/master/preseed.cfg
|
|
|
|
|
```
|
2021-11-01 17:39:15 +01:00
|
|
|
|
2021-11-01 16:51:34 +01:00
|
|
|
- [Preseed](https://wiki.debian.org/DebianInstaller/Preseed)
|
|
|
|
|
- [Automating the installation using preseeding](https://www.debian.org/releases/stable/amd64/apb.en.html)
|
|
|
|
|
- [example-preseed.txt](https://www.debian.org/releases/stable/example-preseed.txt)
|
2021-11-02 12:16:26 +01:00
|
|
|
- [partman-auto recipe](https://github.com/xobs/debian-installer/blob/master/doc/devel/partman-auto-recipe.txt)
|
2021-11-01 16:51:34 +01:00
|
|
|
- [Preseeding Full Disk Encryption](https://www.linuxjournal.com/content/preseeding-full-disk-encryption)
|
2021-11-01 17:44:06 +01:00
|
|
|
- [Debian worldwide mirror sites](https://www.debian.org/mirror/list)
|
2021-11-02 12:16:26 +01:00
|
|
|
- [PAM pwquality](https://linux.die.net/man/8/pam_pwquality)
|
|
|
|
|
- [pwquality.conf](https://linux.die.net/man/5/pwquality.conf)
|
2021-11-01 15:19:33 +00:00
|
|
|
|
2021-11-01 17:39:15 +01:00
|
|
|
```
|
|
|
|
|
curl -sLo preseed.cfg https://www.debian.org/releases/stable/example-preseed.txt
|
|
|
|
|
vim preseed.cfg
|
|
|
|
|
```
|
|
|
|
|
|