diff --git a/core/clover/build b/core/clover/build deleted file mode 100755 index ca0eb783..00000000 --- a/core/clover/build +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -e - -tar xf Clover-v2.4k-4972-X64.iso EFI - -install -dm755 "$1/boot" -install -dm755 "$1/usr/share/doc" - -cp -a EFI "$1/boot" -mv -f "$1/boot/EFI/CLOVER/doc" "$1/usr/share/doc/clover-efi" diff --git a/core/clover/checksums b/core/clover/checksums deleted file mode 100644 index 71647dab..00000000 --- a/core/clover/checksums +++ /dev/null @@ -1 +0,0 @@ -e8a89b4c15819bbad14dbd11b231e93cebb31ffedd615f5a0528a8f863138e73 CloverISO-4972.tar.lzma diff --git a/core/clover/licenses b/core/clover/licenses deleted file mode 100644 index a0990367..00000000 --- a/core/clover/licenses +++ /dev/null @@ -1 +0,0 @@ -TBD diff --git a/core/clover/manifest b/core/clover/manifest deleted file mode 100644 index faf130cb..00000000 --- a/core/clover/manifest +++ /dev/null @@ -1,10 +0,0 @@ -/var/db/kiss/clover/version -/var/db/kiss/clover/sources -/var/db/kiss/clover/manifest -/var/db/kiss/clover/licenses -/var/db/kiss/clover/checksums -/var/db/kiss/clover/build -/var/db/kiss/clover/ -/var/db/kiss/ -/var/db/ -/var/ diff --git a/core/clover/sources b/core/clover/sources deleted file mode 100644 index 577cc504..00000000 --- a/core/clover/sources +++ /dev/null @@ -1 +0,0 @@ -https://downloads.sourceforge.net/project/cloverefiboot/Bootable_ISO/CloverISO-4972.tar.lzma diff --git a/core/clover/version b/core/clover/version deleted file mode 100644 index 14f10046..00000000 --- a/core/clover/version +++ /dev/null @@ -1 +0,0 @@ -4972 1 diff --git a/core/lilo/build b/core/lilo/build deleted file mode 100755 index 15076085..00000000 --- a/core/lilo/build +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -e - -install -dm0755 "$1/etc" -install -m644 lilo.conf "$1/etc/lilo.conf" - -patch -p1 < lilo-24.1-remove__GLIBC__.patch - -make all -make DESTDIR="$1" install diff --git a/core/lilo/checksums b/core/lilo/checksums deleted file mode 100644 index 0df1872f..00000000 --- a/core/lilo/checksums +++ /dev/null @@ -1,3 +0,0 @@ -e158f19de4560c935ebe0507c21b79bff17618b9230d8076fe8c5fff9fdbd5b1 lilo-24.2.tar.gz -1a60d6ea0fa2f056de918e26a37b127e8fbc4e88d7e056698aada049679a2116 lilo-24.1-remove__GLIBC__.patch -d432f17a405a3b2b062f6de0336361e8a5c0a4013d3764ffb4fa93d4873a58e0 lilo.conf diff --git a/core/lilo/depends b/core/lilo/depends deleted file mode 100644 index 120f67cb..00000000 --- a/core/lilo/depends +++ /dev/null @@ -1,2 +0,0 @@ -bin86 -sharutils diff --git a/core/lilo/files/lilo.conf b/core/lilo/files/lilo.conf deleted file mode 100755 index ebe30e75..00000000 --- a/core/lilo/files/lilo.conf +++ /dev/null @@ -1,68 +0,0 @@ -# -# Start LILO global section -# - -# Faster, but won't work on all systems: -compact -# Should work for most systems, and do not have the sector limit: -lba32 -# If lba32 do not work, use linear: -#linear - -# MBR to install LILO to: -boot = /dev/sda -map = /boot/.map - -# If you are having problems booting from a hardware raid-array -# or have a unusual setup, try this: -#disk=/dev/ataraid/disc0/disc bios=0x80 # see this as the first BIOS disk -#disk=/dev/sda bios=0x81 # see this as the second BIOS disk -#disk=/dev/hda bios=0x82 # see this as the third BIOS disk - -# Here you can select the secondary loader to install. A few -# examples is: -# -# boot-text.b -# boot-menu.b -# boot-bmp.b -# -install = /boot/boot-menu.b # Note that for lilo-22.5.5 or later you - # do not need boot-{text,menu,bmp}.b in - # /boot, as they are linked into the lilo - # binary. - -menu-scheme=Wb -prompt -# If you always want to see the prompt with a 15 second timeout: -#timeout=150 -delay = 50 -# Normal VGA console -vga = normal -# VESA console with size 1024x768x16: -#vga = 791 - -# -# End LILO global section -# - -# -# Linux bootable partition config begins -# -image = /boot/vmlinuz - root = /dev/sda1 - label = KISS - #read-only # read-only for checking -# -# Linux bootable partition config ends -# - -# -# DOS bootable partition config begins -# -# other = /dev/hda1 - #other = /devices/discs/disc0/part1 -# label = Windows -# table = /dev/hda -# -# DOS bootable partition config ends -# diff --git a/core/lilo/licenses b/core/lilo/licenses deleted file mode 100644 index a0990367..00000000 --- a/core/lilo/licenses +++ /dev/null @@ -1 +0,0 @@ -TBD diff --git a/core/lilo/patches/lilo-24.1-remove__GLIBC__.patch b/core/lilo/patches/lilo-24.1-remove__GLIBC__.patch deleted file mode 100755 index 66ff6b0a..00000000 --- a/core/lilo/patches/lilo-24.1-remove__GLIBC__.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur lilo-24.1.orig/src/lilo.c lilo-24.1/src/lilo.c ---- lilo-24.1.orig/src/lilo.c 2014-10-16 20:06:46.000000000 -0400 -+++ lilo-24.1/src/lilo.c 2015-07-18 22:16:32.776066238 -0400 -@@ -182,7 +182,6 @@ - printf("Without"); - #endif - printf(" device-mapper\n"); -- printf("\nglibc version %d.%d\n", __GLIBC__, __GLIBC_MINOR__); - printf("Kernel Headers included from %d.%d.%d\n", - LINUX_VERSION_CODE>>16, - LINUX_VERSION_CODE>>8 & 255, diff --git a/core/lilo/sources b/core/lilo/sources deleted file mode 100644 index 190b9dd7..00000000 --- a/core/lilo/sources +++ /dev/null @@ -1,3 +0,0 @@ -https://alioth-archive.debian.org/releases/lilo/Lilo/24.2/lilo-24.2.tar.gz -patches/lilo-24.1-remove__GLIBC__.patch -files/lilo.conf diff --git a/core/lilo/version b/core/lilo/version deleted file mode 100644 index 5b19f1cb..00000000 --- a/core/lilo/version +++ /dev/null @@ -1 +0,0 @@ -24.2 1