From d4719f41c9d2d5ade6c9b55d32a01ca487fad00b Mon Sep 17 00:00:00 2001 From: Pablo Castellano Date: Thu, 22 Jun 2017 12:19:32 +0200 Subject: [PATCH] Added --no-fde parameter --- pmb/parse/arguments.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pmb/parse/arguments.py b/pmb/parse/arguments.py index 57641ad4..f94f8188 100644 --- a/pmb/parse/arguments.py +++ b/pmb/parse/arguments.py @@ -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"