2021-11-02 12:49:25

This commit is contained in:
gbaconni
2021-11-02 12:49:25 +01:00
parent 8a59317c36
commit fd59734a03

View File

@@ -7,14 +7,19 @@
auto url=https://vogsphere.baco.net/baco/born2beroot/raw/branch/master/preseed.cfg auto url=https://vogsphere.baco.net/baco/born2beroot/raw/branch/master/preseed.cfg
``` ```
Debian Preseed:
- [Preseed](https://wiki.debian.org/DebianInstaller/Preseed) - [Preseed](https://wiki.debian.org/DebianInstaller/Preseed)
- [Automating the installation using preseeding](https://www.debian.org/releases/stable/amd64/apb.en.html) - [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) - [example-preseed.txt](https://www.debian.org/releases/stable/example-preseed.txt)
- [partman-auto recipe](https://github.com/xobs/debian-installer/blob/master/doc/devel/partman-auto-recipe.txt) - [partman-auto recipe](https://github.com/xobs/debian-installer/blob/master/doc/devel/partman-auto-recipe.txt)
- [Preseeding Full Disk Encryption](https://www.linuxjournal.com/content/preseeding-full-disk-encryption) - [Preseeding Full Disk Encryption](https://www.linuxjournal.com/content/preseeding-full-disk-encryption)
- [Debian worldwide mirror sites](https://www.debian.org/mirror/list) - [Debian worldwide mirror sites](https://www.debian.org/mirror/list)
Security:
- [PAM pwquality](https://linux.die.net/man/8/pam_pwquality) - [PAM pwquality](https://linux.die.net/man/8/pam_pwquality)
- [pwquality.conf](https://linux.die.net/man/5/pwquality.conf) - [pwquality.conf](https://linux.die.net/man/5/pwquality.conf)
- [ufw](https://www.digitalocean.com/community/tutorials/ufw-essentials-common-firewall-rules-and-commands)
- [sudoers](https://linux.die.net/man/5/sudoers)
``` ```
curl -sLo preseed.cfg https://www.debian.org/releases/stable/example-preseed.txt curl -sLo preseed.cfg https://www.debian.org/releases/stable/example-preseed.txt