Skip to content

Enable luks support

Guido Gunther requested to merge guido.gunther/image-builder:luks into master

Using '-l' will encrypt the root partition with the given password

This needs

./build-image -b devkit -d amber-phone -l 1234567

Note that this breaks resizing the rootfs on boot. It's basically there to make testing encrypted images simpler.

Closes: #57 (closed)

Edited by Guido Gunther

Merge request reports