summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2020-11-11 01:04:22 -0500
committerKevin MacMartin2020-11-11 01:04:22 -0500
commit6e530433c118fd46e7013a69e833bf8e52d001f1 (patch)
tree02d30c2cf9d99799c1d182ceaa9ec08530f3e053
parent6707d51fe050ba9f34715e9825fd60951373f855 (diff)
downloadaur-6e530433c118fd46e7013a69e833bf8e52d001f1.tar.gz
Remove the readme from the package repo
-rw-r--r--README.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index e70f0901e73d..000000000000
--- a/README.md
+++ /dev/null
@@ -1,23 +0,0 @@
-# Cryptobox #
-
-A wrapper script for **cryptsetup** that makes it easy to create, mount and unmount encrypted image files using LUKS.
-
-## Requirements ##
-
-* **cryptsetup**: Userspace setup tool for transparent encryption of block devices using.
-* **util-linux**: Miscellaneous system utilities for Linux, required for **losetup** and **mkfs**.
-
-## Usage ##
-
-* cryptobox: displays the list of commands
-* cryptobox c filename.img filesystem size-in-mb: creates an image file with a given filesystem and size in megabytes. (eg: `cryptobox c myimg.img ext4 128`)
-* cryptobox m filename.img /mount/point: mounts a given image file on a given directory. (eg: `cryptobox m myimg.img /mnt/cryptoimg`)
-* cryptobox u /mount/point: unmounts an image file from a given directory. (eg: `cryptobox u /mnt/cryptoimg`)
-
-## Credits ##
-
-Written by Kevin MacMartin: [GitHub Projects](https://github.com/prurigro?tab=repositories) | [Arch Linux AUR Packages](https://aur.archlinux.org/packages/?SeB=m&K=prurigro)
-
-## License ##
-
-This script is open source and licensed under the [GPLv3](http://www.gnu.org/copyleft/gpl.html).