Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Use Ansible to do the things below:

  1. Disable root login

  2. Set up printer

  3. Add second LUKS passphrase

  4. Configure GRUB

  5. Configure auto login to improve user experience as LUKS is used

  6. Disable wait-online service unit

  7. Disable lp module

  8. Nextcloud als Sicherung

  9. Enable S3 over s2idle

  10. Use LZ4 for initrd image

  11. Set up firmware password

  12. Fix cryptsetup configuration

  13. Set Neovim as default editor

  14. Replace GRUB with Linux EFI stub

  15. Encrypt full disk including root a) Full disk encryption (including boot) on Debian

  16. Bigger font in GRUB a) sudo grub-mkfont --output=/boot/grub/fonts/DejaVuSansMono48.pf2 --size=48 /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf a) In /etc/default/grub:

        GRUB_GFXPAYLOAD=keep
        GRUB_FONT=/boot/grub/fonts/DejaVuSansMono48.pf2
    
  17. Enable suite sid for unattended-upgrades in Unattended-Upgrade::Origins-Pattern in /etc/apt/apt.conf.d/50unattended-upgrades:

    "o=Debian,a=sid";