From: Felix Kästner Date: Tue, 5 Apr 2016 21:37:41 +0000 (+0200) Subject: add actions after kernelupdate X-Git-Url: https://fpunktk.de/gitweb/?p=raspi-fde.git;a=commitdiff_plain;h=7ac6aa9da57c5e0b7a7d76f14f3b188ec16a8099 add actions after kernelupdate --- diff --git a/README.md b/README.md index 0749777..d6ac0fd 100644 --- a/README.md +++ b/README.md @@ -54,5 +54,6 @@ sudo reboot ssh root@raspi-ip -o "UserKnownHostsFile=~/.ssh/known_hosts-raspi-dropbear" /lib/cryptsetup/askpass "enter luks password: " > /lib/cryptsetup/passfifo # exit, wait for the raspi to boot completely ssh pi@raspi-ip # this is the "normal" openssh-server, we are done :-) -# do not forget to sudo mkinitramfs -v -o /boot/initramfs.gz before reboot to make sure it is still up to date +# after every change of the kernel (kernelupdate) the initramfs has to be recreated, in my case I had to specify the new kernel version, it can be found in this directory (e.g. 4.1.19+): /lib/modules +sudo mkinitramfs -v -o /boot/initramfs.gz ```