Add argument for Linux (dGPU)
This commit is contained in:
parent
af757c5582
commit
807c94e2ce
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ Usage:
|
|||
|
||||
Options:
|
||||
-e PATH, --extra-dir PATH
|
||||
-g PATH, --linux-dgpu PATH
|
||||
-k PATH, --main-kit PATH
|
||||
-l PATH, --linux PATH
|
||||
-m PATH, --linux-minimal PATH
|
||||
|
|
@ -35,6 +36,7 @@ ISO_LABEL = '{}_LINUX'.format(KIT_NAME_SHORT)
|
|||
UFD_LABEL = '{}_UFD'.format(KIT_NAME_SHORT)
|
||||
UFD_SOURCES = OrderedDict({
|
||||
'Linux': {'Arg': '--linux', 'Type': 'ISO'},
|
||||
'Linux (dGPU)': {'Arg': '--linux-dgpu', 'Type': 'ISO'},
|
||||
'Linux (Minimal)': {'Arg': '--linux-minimal', 'Type': 'ISO'},
|
||||
'WinPE': {'Arg': '--winpe', 'Type': 'ISO'},
|
||||
'Main Kit': {'Arg': '--main-kit', 'Type': 'KIT'},
|
||||
|
|
|
|||
Loading…
Reference in a new issue