raspi-fde.git
7 years agoMerge pull request #1 from e00E/e00E-patch-1 master
Felix Kästner [Mon, 16 Jan 2017 22:18:05 +0000 (23:18 +0100)]
Merge pull request #1 from e00E/e00E-patch-1

Add fixes for plymouth and network connection

7 years agoFixes for installing on 2017-01-11-raspbian-jessie-lite.img on Raspberrry Pi 3B
e00E [Sat, 14 Jan 2017 22:38:30 +0000 (23:38 +0100)]
Fixes for installing on 2017-01-11-raspbian-jessie-lite.img on Raspberrry Pi 3B

Two fixes I needed to do to get it all to work.
First fix for bug https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/595648 as described in the fifth comment. The actual file was slightly different compared to what was described in the link, but exactly as described there I needed to comment out the if branch of the if else (make sure to remember to also comment out the fi):
```
#if [ -x /bin/plymouth ] && plymouth --ping; then
                        #       cryptkeyscript="plymouth ask-for-password --prompt"
                        #       # Plymouth will add a : if it is a non-graphical prompt
                        #       cryptkey="Please unlock disk $diskname"
                        #else
                                cryptkeyscript="/lib/cryptsetup/askpass"
                                cryptkey="Please unlock disk $diskname: "
                        #fi
```.

Second: My Pi would successfully run the initramfs, but not connect to the network. I needed to add the `ip=:::::eth0:dhcp` kernel option to `/boot/cmdline.txt` for it to work.

8 years agoadd actions after kernelupdate
Felix Kästner [Tue, 5 Apr 2016 21:37:41 +0000 (23:37 +0200)]
add actions after kernelupdate

8 years agoadd first working version
Felix Kästner [Mon, 21 Mar 2016 23:52:55 +0000 (00:52 +0100)]
add first working version

comments are still missing but it should work

8 years agoInitial commit
Felix Kästner [Mon, 21 Mar 2016 23:10:07 +0000 (00:10 +0100)]
Initial commit