Dirty hacks to be able to inject 'raw' files to customize the install menu and branding
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user