From 7ac6aa9da57c5e0b7a7d76f14f3b188ec16a8099 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20K=C3=A4stner?= Date: Tue, 5 Apr 2016 23:37:41 +0200 Subject: [PATCH] add actions after kernelupdate --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ``` -- 2.30.2