Rename args.no_fde to args.full_disk_encryption

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

View file

@ -155,7 +155,7 @@ def arguments():
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="store_false", dest="full_disk_encryption")
# Action: build / checksum / menuconfig / parse_apkbuild / aportgen
menuconfig = sub.add_parser("menuconfig", help="run menuconfig on"