add actions after kernelupdate
authorFelix Kästner <github.com-fpunktk@fpunktk.de>
Tue, 5 Apr 2016 21:37:41 +0000 (23:37 +0200)
committerFelix Kästner <github.com-fpunktk@fpunktk.de>
Tue, 5 Apr 2016 21:37:41 +0000 (23:37 +0200)
README.md

index 0749777a9aa55766050bef08a9df834c626238c0..d6ac0fddc7ea90c7fec26910ba87bf178786da6a 100644 (file)
--- 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 <kernelversion>
 ```