diff options
| -rwxr-xr-x | liveusb/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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) |
