Waffle1412 / luks container util
0 Kedvelések
0 forkok
2 fájlok
Utoljára aktív
1 | alias m := mount |
2 | alias u := unmount |
3 | |
4 | MOUNTPOINT := "./mnt" # where the encrypted filesystem can be accessed |
5 | VOLUME_NAME := "portable_luks_volume" # how the image should be named |
6 | IMAGE_PATH := "./luks_container.img" # path where the image should be |
7 | IMAGE_SIZE := "1G" # size how big the image should be |
8 | required_deps := 'cryptsetup fallocate mkfs.ext4 zstd mount umount chown rmdir mkdir xxhsum' # required dependencies |
9 | CHECKSUM := "xxh.checksum" |
Újabb
Régebbi