Merge branch 'optional_full_disk_encryption' of https://github.com/PabloCastellano/pmbootstrap into optional-fde

This commit is contained in:
Oliver Smith 2017-06-28 17:16:56 +02:00
commit 86cb9f5ec8
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
7 changed files with 64 additions and 31 deletions

View file

@ -154,6 +154,8 @@ def arguments():
" encrypt the system partition, eg. aes-xts-plain64")
install.add_argument("--add", help="comma separated list of packages to be"
" added to the rootfs (e.g. 'vim,gcc')")
install.add_argument("--no-fde", help="do not use full disk encryption",
action="store_true")
# Action: build / checksum / menuconfig / parse_apkbuild / aportgen
menuconfig = sub.add_parser("menuconfig", help="run menuconfig on"