forked from Mirror/pmbootstrap
pmbootstrap install: make --no-fde default (!1798)
Implement --fde, add deprecation warning to --no-fde, update related help files and tests.
This commit is contained in:
parent
f5db1b4306
commit
fd79a60383
5 changed files with 16 additions and 7 deletions
|
@ -112,7 +112,7 @@ class Qemu(object):
|
|||
ssh_create_askpass_script(args)
|
||||
|
||||
# Create and run rootfs
|
||||
pmbootstrap_yes(args, config, ["install", "--no-fde"])
|
||||
pmbootstrap_yes(args, config, ["install"])
|
||||
self.process = pmbootstrap_run(args, config, ["qemu", "--display",
|
||||
"none"], "background")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue