Added --no-fde parameter

This commit is contained in:
Pablo Castellano 2017-06-22 12:19:32 +02:00
parent f547ff5c6e
commit d4719f41c9
1 changed files with 2 additions and 0 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"