Fixed source ITEMS
This commit is contained in:
parent
153cda7cf8
commit
f062f3ce71
1 changed files with 24 additions and 24 deletions
|
|
@ -59,40 +59,40 @@ BOOT_FILES = {
|
||||||
## Sources use rsync's trailing slash syntax
|
## Sources use rsync's trailing slash syntax
|
||||||
ITEMS = {
|
ITEMS = {
|
||||||
'Extra Dir': (
|
'Extra Dir': (
|
||||||
('/', '/'),
|
('/', '/'),
|
||||||
),
|
),
|
||||||
'Linux': (
|
'Linux': (
|
||||||
('/arch', '/'),
|
('/arch', '/'),
|
||||||
('/isolinux', '/'),
|
('/isolinux', '/'),
|
||||||
('/EFI/boot', '/EFI/'),
|
('/EFI/boot', '/EFI/'),
|
||||||
('/EFI/memtest86', '/EFI/'),
|
('/EFI/memtest86', '/EFI/'),
|
||||||
),
|
),
|
||||||
'Linux (dGPU)': (
|
'Linux (dGPU)': (
|
||||||
('/arch/boot/archiso.img', '/dgpu/'),
|
('/arch/boot/x86_64/archiso.img', '/dgpu/'),
|
||||||
('/arch/boot/vmlinuz', '/dgpu/'),
|
('/arch/boot/x86_64/vmlinuz', '/dgpu/'),
|
||||||
('/arch/pkglist.x86_64.txt', '/dgpu/'),
|
('/arch/pkglist.x86_64.txt', '/dgpu/'),
|
||||||
('/arch/x86_64', '/dgpu/'),
|
('/arch/x86_64', '/dgpu/'),
|
||||||
),
|
),
|
||||||
'Linux (Minimal)': (
|
'Linux (Minimal)': (
|
||||||
('/arch/boot/archiso.img', '/arch_minimal/'),
|
('/arch/boot/x86_64/archiso.img', '/arch_minimal/'),
|
||||||
('/arch/boot/vmlinuz', '/arch_minimal/'),
|
('/arch/boot/x86_64/vmlinuz', '/arch_minimal/'),
|
||||||
('/arch/pkglist.x86_64.txt', '/arch_minimal/'),
|
('/arch/pkglist.x86_64.txt', '/arch_minimal/'),
|
||||||
('/arch/x86_64', '/arch_minimal/'),
|
('/arch/x86_64', '/arch_minimal/'),
|
||||||
),
|
),
|
||||||
'Main Kit': (
|
'Main Kit': (
|
||||||
('/', '/{}/'.format(KIT_NAME_FULL)),
|
('/', '/{}/'.format(KIT_NAME_FULL)),
|
||||||
),
|
),
|
||||||
'WinPE': (
|
'WinPE': (
|
||||||
('/bootmgr', '/'),
|
('/bootmgr', '/'),
|
||||||
('/bootmgr.efi', '/'),
|
('/bootmgr.efi', '/'),
|
||||||
('/en_us', '/'),
|
('/en_us', '/'),
|
||||||
('/Boot/', '/boot/'),
|
('/Boot/', '/boot/'),
|
||||||
('/EFI/Boot/', '/EFI/Microsoft/'),
|
('/EFI/Boot/', '/EFI/Microsoft/'),
|
||||||
('/EFI/Microsoft/', '/EFI/Microsoft/'),
|
('/EFI/Microsoft/', '/EFI/Microsoft/'),
|
||||||
('/Boot/BCD', '/sources/'),
|
('/Boot/BCD', '/sources/'),
|
||||||
('/Boot/boot.sdi', '/sources/'),
|
('/Boot/boot.sdi', '/sources/'),
|
||||||
('/bootmgr', '/sources/'),
|
('/bootmgr', '/sources/'),
|
||||||
('/sources/boot.wim', '/sources/'),
|
('/sources/boot.wim', '/sources/'),
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
ITEMS_HIDDEN = (
|
ITEMS_HIDDEN = (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue