forked from Mirror/pmbootstrap
Merge branch 'optional_full_disk_encryption' of https://github.com/PabloCastellano/pmbootstrap into optional-fde
This commit is contained in:
commit
86cb9f5ec8
7 changed files with 64 additions and 31 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue