From 45a38f6613d3f072e8f54642f02fbe1b7fee3762 Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Thu, 16 Apr 2020 22:48:59 +0200 Subject: [PATCH] Saved draft --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ae39aaf..7407c05 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,7 @@ echo "cryptroot /dev/md1 none luks" >> /etc/crypttab rewrite initramfs ***?assume this should be right???*** ```bash mkinitcpio +mkinitcpio -p linux ``` Missing **initramfs neu schreiben** **GRUB neu schreiben** @@ -209,6 +210,9 @@ dropbearconvert openssh dropbear /etc/ssh/ssh_host_rsa_key /etc/dropbear/dropbea from point 4 on I have questions: https://wiki.archlinux.org/index.php/Dm-crypt/Specialties#chkboot +check this one also out: +* https://blog.simonszu.de/set-up-luks-on-a-physical-hetzner-server-with-debian/ -> specially the part about dropbear configuration and ssh keys + #### 4.15 ```bash exit