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}/'),
|
||||
),
|
||||
'WinPE': (
|
||||
('/bootmgr', '/'),
|
||||
('/BOOTMGR', '/'),
|
||||
('/bootmgr.efi', '/'),
|
||||
('/en_us', '/'),
|
||||
('/Boot/', '/boot/'),
|
||||
('/EFI/Boot/', '/EFI/Microsoft/'),
|
||||
('/EFI/Microsoft/', '/EFI/Microsoft/'),
|
||||
('/Boot/BCD', '/sources/'),
|
||||
('/Boot/boot.sdi', '/sources/'),
|
||||
('/bootmgr', '/sources/'),
|
||||
('/boot/', '/boot/'),
|
||||
('/efi/boot/', '/EFI/Microsoft/'),
|
||||
('/efi/microsoft/', '/EFI/Microsoft/'),
|
||||
('/boot/bcd', '/sources/'),
|
||||
('/boot/boot.sdi', '/sources/'),
|
||||
('/BOOTMGR', '/sources/'),
|
||||
('/sources/boot.wim', '/sources/'),
|
||||
),
|
||||
}
|
||||
|
|
@ -93,9 +92,8 @@ ITEMS_HIDDEN = (
|
|||
f'{KIT_NAME_FULL}/.cbin',
|
||||
# WinPE
|
||||
'boot',
|
||||
'bootmgr',
|
||||
'BOOTMGR',
|
||||
'bootmgr.efi',
|
||||
'en-us',
|
||||
'images',
|
||||
'sources',
|
||||
)
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@ HDClone by Miray Software
|
|||
* Backups, cloning, etc
|
||||
ENDTEXT
|
||||
MENU LABEL HDClone 5
|
||||
LINUX boot/syslinux/memdisk
|
||||
INITRD ../sources/hdclone.iso
|
||||
LINUX memdisk
|
||||
INITRD /sources/hdclone.iso
|
||||
APPEND iso
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ A live Windows environment
|
|||
ENDTEXT
|
||||
MENU LABEL Windows PE
|
||||
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