Remove HDClone sections
This commit is contained in:
parent
aabe4a1944
commit
813157fd17
6 changed files with 0 additions and 28 deletions
|
|
@ -11,7 +11,6 @@ SOURCES = OrderedDict({
|
|||
'Linux': {'Arg': '--linux', 'Type': 'ISO'},
|
||||
'WinPE': {'Arg': '--winpe', 'Type': 'ISO'},
|
||||
'ESET SysRescue': {'Arg': '--eset', 'Type': 'IMG'},
|
||||
'HDClone': {'Arg': '--hdclone', 'Type': 'IMG'},
|
||||
'Main Kit': {'Arg': '--main-kit', 'Type': 'KIT'},
|
||||
'Extra Dir': {'Arg': '--extra-dir', 'Type': 'DIR'},
|
||||
})
|
||||
|
|
@ -21,7 +20,6 @@ BOOT_ENTRIES = {
|
|||
# Path to check: Comment to remove
|
||||
'/arch_minimal': 'UFD-MINIMAL',
|
||||
'/casper': 'UFD-ESET',
|
||||
'/kernel.map': 'UFD-HDCLONE',
|
||||
'/sources/boot.wim': 'UFD-WINPE',
|
||||
}
|
||||
BOOT_FILES = {
|
||||
|
|
@ -61,12 +59,6 @@ ITEMS = {
|
|||
'Extra Dir': (
|
||||
('/', '/'),
|
||||
),
|
||||
'HDClone': (
|
||||
('/bootenv', '/'),
|
||||
('/kernel.map', '/'),
|
||||
('/EFI/boot/', '/EFI/HDClone/'),
|
||||
('/hdclone.iso', '/sources/'),
|
||||
),
|
||||
'Linux': (
|
||||
('/arch', '/'),
|
||||
('/EFI/boot', '/EFI/'),
|
||||
|
|
@ -90,9 +82,6 @@ ITEMS = {
|
|||
ITEMS_HIDDEN = (
|
||||
# ESET
|
||||
'casper',
|
||||
# HDClone
|
||||
'bootenv',
|
||||
'kernel.map',
|
||||
# Linux (all versions)
|
||||
'arch',
|
||||
'EFI',
|
||||
|
|
|
|||
|
|
@ -33,13 +33,11 @@ Usage:
|
|||
[--main-kit PATH]
|
||||
[--winpe PATH]
|
||||
[--eset PATH]
|
||||
[--hdclone PATH]
|
||||
[--extra-dir PATH]
|
||||
[EXTRA_IMAGES...]
|
||||
build-ufd (-h | --help)
|
||||
|
||||
Options:
|
||||
-c PATH, --hdclone PATH
|
||||
-e PATH, --extra-dir PATH
|
||||
-k PATH, --main-kit PATH
|
||||
-l PATH, --linux PATH
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 26 KiB |
|
|
@ -73,11 +73,6 @@ menuentry "Linux" {
|
|||
#UFD-ESET# loader /EFI/ESET/grubx64.efi
|
||||
#UFD-ESET#}
|
||||
|
||||
#UFD-HDCLONE#menuentry "HDClone" {
|
||||
#UFD-HDCLONE# icon /EFI/boot/icons/1201_hdclone.png
|
||||
#UFD-HDCLONE# loader /EFI/HDClone/bootx64.efi
|
||||
#UFD-HDCLONE#}
|
||||
|
||||
#UFD-ASD-3S162#menuentry "ASD: 3s162 - MBPr L2013-2015" {
|
||||
#UFD-ASD-3S162# icon /EFI/boot/icons/wk_mac.png
|
||||
#UFD-ASD-3S162# volume="PARTUUID"
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
LABEL hdclone
|
||||
TEXT HELP
|
||||
HDClone by Miray Software
|
||||
* Backups, cloning, etc
|
||||
ENDTEXT
|
||||
MENU LABEL HDClone 5
|
||||
LINUX memdisk
|
||||
INITRD /sources/hdclone.iso
|
||||
APPEND iso
|
||||
|
|
@ -41,7 +41,6 @@ TIMEOUT 0
|
|||
INCLUDE memtest.cfg
|
||||
INCLUDE linux.cfg
|
||||
#UFD-WINPE#INCLUDE winpe.cfg
|
||||
#UFD-HDCLONE#INCLUDE hdclone.cfg
|
||||
#UFD-ESET#INCLUDE eset.cfg
|
||||
|
||||
MENU SEPARATOR
|
||||
|
|
|
|||
Loading…
Reference in a new issue