Skip to content

Commit

Permalink
default true
Browse files Browse the repository at this point in the history
  • Loading branch information
dbungert committed Aug 25, 2023
1 parent 14f8224 commit 129699c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion subiquity/cmd/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ def make_server_args_parser():
default=".subiquity",
help="in dryrun, control basedir of files",
)
parser.add_argument("--enhanced-secureboot", action=argparse.BooleanOptionalAction)
parser.add_argument(
"--enhanced-secureboot", action=argparse.BooleanOptionalAction, default=True
)

parser.add_argument("--storage-version", action="store", type=int)
parser.add_argument("--use-os-prober", action="store_true", default=False)
Expand Down

0 comments on commit 129699c

Please sign in to comment.