Added dGPU to BOOT_ENTRIES
This commit is contained in:
parent
d769b1ad4e
commit
7ee04060d8
1 changed files with 2 additions and 1 deletions
|
|
@ -46,7 +46,8 @@ UFD_SOURCES = OrderedDict({
|
||||||
# Definitions: Boot entries
|
# Definitions: Boot entries
|
||||||
## NOTE: if key path exists uncomment #value# lines
|
## NOTE: if key path exists uncomment #value# lines
|
||||||
BOOT_ENTRIES = {
|
BOOT_ENTRIES = {
|
||||||
'arch_minimal': 'MINIMAL',
|
'arch_minimal': 'MINIMAL',
|
||||||
|
'dgpu': 'DGPU',
|
||||||
'sources/boot.wim': 'WINPE',
|
'sources/boot.wim': 'WINPE',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue