Dirty hacks to be able to inject 'raw' files to customize the install menu and branding

This commit is contained in:
Alexandre Aubin
2024-07-31 16:55:46 +02:00
parent 21f68af0e7
commit 2c50ccee25
10 changed files with 340 additions and 78 deletions

View File

@@ -61,14 +61,6 @@ def get_argument_parser():
)
# register arguments for the 'inject' subcommand
subparser_inject.add_argument(
"FILES",
action='store',
type=str,
nargs='+',
metavar='FILES',
help="Paths to all input files you want to inject",
)
subparser_inject.add_argument(
"-i",
"--image-file",