[Lunar-commits] <moonbase> lilo: Adding a patch engelsman found to fix this error when lilo is run;
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Nov 12 13:00:54 CET 2011
commit 0ef2b9a330cd53b263a9de8f760c58917a3ca302
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Nov 12 07:00:54 2011 -0500
lilo: Adding a patch engelsman found to fix this error when lilo is run;
"Fatal: Setup length exeeeds 31 maximum, kernel setup will overwrite boot loader"
Reference http://foo-projects.org/pipermail/lunar/2011-November/008746.html.
and
http://sfinx.od.ua/fatal-setup-length-exceeds-31-maximum-kernel-setup-will-overwrite-boot-loader/ .
---
utils/lilo/BUILD | 2 ++
utils/lilo/DETAILS | 3 +++
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/utils/lilo/BUILD b/utils/lilo/BUILD
index e47ea92..97a4d3c 100644
--- a/utils/lilo/BUILD
+++ b/utils/lilo/BUILD
@@ -1,5 +1,7 @@
(
+ patch_it $SOURCE2 0 &&
+
sedit "/^MAN_DIR/s/.*/MAN_DIR=\/usr\/share\/man/;/manpath/d" Makefile &&
make ROOT= all &&
prepare_install &&
diff --git a/utils/lilo/DETAILS b/utils/lilo/DETAILS
index e3f4870..2ac3e81 100644
--- a/utils/lilo/DETAILS
+++ b/utils/lilo/DETAILS
@@ -1,10 +1,13 @@
MODULE=lilo
VERSION=23.2
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=lilo-23.0-ebda-01.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-23.0
SOURCE_URL[0]=$MIRROR_URL
SOURCE_URL[1]=https://alioth.debian.org/frs/download.php/3315
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:2465f359f1c298d9bbf17843127cffc14e352e39
+ SOURCE2_VFY=sha1:d5aa745be815ae62847936d104460b4ae5222c68
WEB_SITE=http://home.san.rr.com/johninsd/pub/linux/lilo
ENTERED=20010922
UPDATED=20110410
More information about the Lunar-commits
mailing list