diff --git a/scripts/wk/cfg/ufd.py b/scripts/wk/cfg/ufd.py index 0f7d7aac..3c5e1d7a 100644 --- a/scripts/wk/cfg/ufd.py +++ b/scripts/wk/cfg/ufd.py @@ -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', diff --git a/scripts/wk/kit/ufd.py b/scripts/wk/kit/ufd.py index 73478b79..79d13088 100644 --- a/scripts/wk/kit/ufd.py +++ b/scripts/wk/kit/ufd.py @@ -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 diff --git a/setup/linux/profile/EFI/boot/icons/1201_hdclone.png b/setup/linux/profile/EFI/boot/icons/1201_hdclone.png deleted file mode 100644 index 3c4a5f35..00000000 Binary files a/setup/linux/profile/EFI/boot/icons/1201_hdclone.png and /dev/null differ diff --git a/setup/linux/profile/EFI/boot/refind.conf b/setup/linux/profile/EFI/boot/refind.conf index b0b4a7d2..35187217 100644 --- a/setup/linux/profile/EFI/boot/refind.conf +++ b/setup/linux/profile/EFI/boot/refind.conf @@ -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" diff --git a/setup/linux/profile/syslinux/hdclone.cfg b/setup/linux/profile/syslinux/hdclone.cfg deleted file mode 100644 index 57dc2e6a..00000000 --- a/setup/linux/profile/syslinux/hdclone.cfg +++ /dev/null @@ -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 diff --git a/setup/linux/profile/syslinux/syslinux.cfg b/setup/linux/profile/syslinux/syslinux.cfg index b8f951bf..394c6677 100644 --- a/setup/linux/profile/syslinux/syslinux.cfg +++ b/setup/linux/profile/syslinux/syslinux.cfg @@ -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