From ac3119a6e002a283ea8923b59eb30d9b850dc5ee Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 13 Dec 2014 12:48:41 +0100 Subject: Some more incomplete crypto --- liveusb/build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'liveusb/build.sh') diff --git a/liveusb/build.sh b/liveusb/build.sh index af7ca71..efe055c 100755 --- a/liveusb/build.sh +++ b/liveusb/build.sh @@ -73,6 +73,8 @@ make_encrypted_device() { local _loopdev=$(losetup -f) losetup ${_loopdev} ${work_dir}/airootfs/encrypted echo "passphrase" | cryptsetup luksFormat ${_loopdev} - + echo "passphrase" | cryptsetup open ${_loopdev} cryptloop --key-file - + mkfs.ext4 /dev/mapper/cryptloop } # Customize installation (airootfs) -- cgit v1.3.1