Update UFD sections (again)
This commit is contained in:
parent
aff124dd8c
commit
93fbd29a1c
4 changed files with 11 additions and 13 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 125 KiB |
|
|
@ -65,15 +65,14 @@ ITEMS = {
|
||||||
('/', f'/{KIT_NAME_FULL}/'),
|
('/', f'/{KIT_NAME_FULL}/'),
|
||||||
),
|
),
|
||||||
'WinPE': (
|
'WinPE': (
|
||||||
('/bootmgr', '/'),
|
('/BOOTMGR', '/'),
|
||||||
('/bootmgr.efi', '/'),
|
('/bootmgr.efi', '/'),
|
||||||
('/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/'),
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
@ -93,9 +92,8 @@ ITEMS_HIDDEN = (
|
||||||
f'{KIT_NAME_FULL}/.cbin',
|
f'{KIT_NAME_FULL}/.cbin',
|
||||||
# WinPE
|
# WinPE
|
||||||
'boot',
|
'boot',
|
||||||
'bootmgr',
|
'BOOTMGR',
|
||||||
'bootmgr.efi',
|
'bootmgr.efi',
|
||||||
'en-us',
|
|
||||||
'images',
|
'images',
|
||||||
'sources',
|
'sources',
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,6 @@ HDClone by Miray Software
|
||||||
* Backups, cloning, etc
|
* Backups, cloning, etc
|
||||||
ENDTEXT
|
ENDTEXT
|
||||||
MENU LABEL HDClone 5
|
MENU LABEL HDClone 5
|
||||||
LINUX boot/syslinux/memdisk
|
LINUX memdisk
|
||||||
INITRD ../sources/hdclone.iso
|
INITRD /sources/hdclone.iso
|
||||||
APPEND iso
|
APPEND iso
|
||||||
|
|
|
||||||
|
|
@ -5,4 +5,4 @@ A live Windows environment
|
||||||
ENDTEXT
|
ENDTEXT
|
||||||
MENU LABEL Windows PE
|
MENU LABEL Windows PE
|
||||||
COM32 linux.c32
|
COM32 linux.c32
|
||||||
APPEND wimboot gui initrdfile=/sources/bootmgr,/sources/BCD,/sources/boot.sdi,/sources/boot.wim
|
APPEND wimboot gui initrdfile=/sources/BOOTMGR,/sources/BCD,/sources/boot.sdi,/sources/boot.wim
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue