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"