forked from Mirror/pmbootstrap
Rename args.no_fde to args.full_disk_encryption
This commit is contained in:
parent
86cb9f5ec8
commit
4573863561
2 changed files with 7 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue