Update UFD sections (again)

This commit is contained in:
2Shirt 2021-05-13 21:41:01 -06:00
parent aff124dd8c
commit 93fbd29a1c
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C
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

View file

@ -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',
)

View file

@ -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

View file

@ -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