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'},
|
'Linux': {'Arg': '--linux', 'Type': 'ISO'},
|
||||||
'WinPE': {'Arg': '--winpe', 'Type': 'ISO'},
|
'WinPE': {'Arg': '--winpe', 'Type': 'ISO'},
|
||||||
'ESET SysRescue': {'Arg': '--eset', 'Type': 'IMG'},
|
'ESET SysRescue': {'Arg': '--eset', 'Type': 'IMG'},
|
||||||
'HDClone': {'Arg': '--hdclone', 'Type': 'IMG'},
|
|
||||||
'Main Kit': {'Arg': '--main-kit', 'Type': 'KIT'},
|
'Main Kit': {'Arg': '--main-kit', 'Type': 'KIT'},
|
||||||
'Extra Dir': {'Arg': '--extra-dir', 'Type': 'DIR'},
|
'Extra Dir': {'Arg': '--extra-dir', 'Type': 'DIR'},
|
||||||
})
|
})
|
||||||
|
|
@ -21,7 +20,6 @@ BOOT_ENTRIES = {
|
||||||
# Path to check: Comment to remove
|
# Path to check: Comment to remove
|
||||||
'/arch_minimal': 'UFD-MINIMAL',
|
'/arch_minimal': 'UFD-MINIMAL',
|
||||||
'/casper': 'UFD-ESET',
|
'/casper': 'UFD-ESET',
|
||||||
'/kernel.map': 'UFD-HDCLONE',
|
|
||||||
'/sources/boot.wim': 'UFD-WINPE',
|
'/sources/boot.wim': 'UFD-WINPE',
|
||||||
}
|
}
|
||||||
BOOT_FILES = {
|
BOOT_FILES = {
|
||||||
|
|
@ -61,12 +59,6 @@ ITEMS = {
|
||||||
'Extra Dir': (
|
'Extra Dir': (
|
||||||
('/', '/'),
|
('/', '/'),
|
||||||
),
|
),
|
||||||
'HDClone': (
|
|
||||||
('/bootenv', '/'),
|
|
||||||
('/kernel.map', '/'),
|
|
||||||
('/EFI/boot/', '/EFI/HDClone/'),
|
|
||||||
('/hdclone.iso', '/sources/'),
|
|
||||||
),
|
|
||||||
'Linux': (
|
'Linux': (
|
||||||
('/arch', '/'),
|
('/arch', '/'),
|
||||||
('/EFI/boot', '/EFI/'),
|
('/EFI/boot', '/EFI/'),
|
||||||
|
|
@ -90,9 +82,6 @@ ITEMS = {
|
||||||
ITEMS_HIDDEN = (
|
ITEMS_HIDDEN = (
|
||||||
# ESET
|
# ESET
|
||||||
'casper',
|
'casper',
|
||||||
# HDClone
|
|
||||||
'bootenv',
|
|
||||||
'kernel.map',
|
|
||||||
# Linux (all versions)
|
# Linux (all versions)
|
||||||
'arch',
|
'arch',
|
||||||
'EFI',
|
'EFI',
|
||||||
|
|
|
||||||
|
|
@ -33,13 +33,11 @@ Usage:
|
||||||
[--main-kit PATH]
|
[--main-kit PATH]
|
||||||
[--winpe PATH]
|
[--winpe PATH]
|
||||||
[--eset PATH]
|
[--eset PATH]
|
||||||
[--hdclone PATH]
|
|
||||||
[--extra-dir PATH]
|
[--extra-dir PATH]
|
||||||
[EXTRA_IMAGES...]
|
[EXTRA_IMAGES...]
|
||||||
build-ufd (-h | --help)
|
build-ufd (-h | --help)
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-c PATH, --hdclone PATH
|
|
||||||
-e PATH, --extra-dir PATH
|
-e PATH, --extra-dir PATH
|
||||||
-k PATH, --main-kit PATH
|
-k PATH, --main-kit PATH
|
||||||
-l PATH, --linux 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# loader /EFI/ESET/grubx64.efi
|
||||||
#UFD-ESET#}
|
#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#menuentry "ASD: 3s162 - MBPr L2013-2015" {
|
||||||
#UFD-ASD-3S162# icon /EFI/boot/icons/wk_mac.png
|
#UFD-ASD-3S162# icon /EFI/boot/icons/wk_mac.png
|
||||||
#UFD-ASD-3S162# volume="PARTUUID"
|
#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 memtest.cfg
|
||||||
INCLUDE linux.cfg
|
INCLUDE linux.cfg
|
||||||
#UFD-WINPE#INCLUDE winpe.cfg
|
#UFD-WINPE#INCLUDE winpe.cfg
|
||||||
#UFD-HDCLONE#INCLUDE hdclone.cfg
|
|
||||||
#UFD-ESET#INCLUDE eset.cfg
|
#UFD-ESET#INCLUDE eset.cfg
|
||||||
|
|
||||||
MENU SEPARATOR
|
MENU SEPARATOR
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue