forked from kiss-community/repo
core: headache
This commit is contained in:
parent
62728d2006
commit
40a25b6df6
@ -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"
|
@ -1 +0,0 @@
|
||||
e8a89b4c15819bbad14dbd11b231e93cebb31ffedd615f5a0528a8f863138e73 CloverISO-4972.tar.lzma
|
@ -1 +0,0 @@
|
||||
TBD
|
@ -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/
|
@ -1 +0,0 @@
|
||||
https://downloads.sourceforge.net/project/cloverefiboot/Bootable_ISO/CloverISO-4972.tar.lzma
|
@ -1 +0,0 @@
|
||||
4972 1
|
@ -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
|
@ -1,3 +0,0 @@
|
||||
e158f19de4560c935ebe0507c21b79bff17618b9230d8076fe8c5fff9fdbd5b1 lilo-24.2.tar.gz
|
||||
1a60d6ea0fa2f056de918e26a37b127e8fbc4e88d7e056698aada049679a2116 lilo-24.1-remove__GLIBC__.patch
|
||||
d432f17a405a3b2b062f6de0336361e8a5c0a4013d3764ffb4fa93d4873a58e0 lilo.conf
|
@ -1,2 +0,0 @@
|
||||
bin86
|
||||
sharutils
|
@ -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
|
||||
#
|
@ -1 +0,0 @@
|
||||
TBD
|
@ -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,
|
@ -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
|
@ -1 +0,0 @@
|
||||
24.2 1
|
Loading…
Reference in New Issue
Block a user