Browse Source

lilo: Updated (22.8 -> 23.2)

stable/0.2
Christian Wiese 14 years ago
parent
commit
54a8001d4c
  1. 27
      x86/lilo/install_not_all.patch
  2. 15
      x86/lilo/lilo.conf
  3. 4
      x86/lilo/lilo.desc
  4. 4835
      x86/lilo/local_kernel_headers.patch

27
x86/lilo/install_not_all.patch

@ -1,27 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../lilo/install_not_all.patch
# Copyright (C) 2009 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./Makefile.orig 2009-11-19 13:31:58.000000000 +0100
+++ ./Makefile 2009-11-19 13:32:39.000000000 +0100
@@ -421,7 +421,7 @@
#
# normal install, but doesn't make the diagnostic binaries
#
-install: all
+install:
mkdir -p $$ROOT$(SBIN_DIR) $$ROOT$(CFG_DIR) $$ROOT$(BOOT_DIR) \
$$ROOT$(USRSBIN_DIR) $$ROOT$(MAN_DIR)/man5 $$ROOT$(MAN_DIR)/man8
if [ -f diag1.img ]; then \

15
x86/lilo/lilo.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../lilo/lilo.conf
# Copyright (C) 2006 - 2009 The OpenSDE Project
# Copyright (C) 2006 - 2011 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -14,26 +14,17 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
pm_lilo() {
cp -v $confdir/etc-lilo.conf $root/etc/lilo.conf.example
cp -vf activate $root$docdir/
}
pc_lilo() {
if [ "$SDECFG_PKG_LILO_READONLY" = 1 ] ; then
sed -i -e "s/-DREWRITE_TABLE/-DREADONLY/" Makefile
sed -i -e "s/-DREWRITE_TABLE/-DREADONLY/" make.vars
fi
if [ "$SDECFG_PKG_LILO_XL_SECS" ] ; then
sed -i -e "s/-DVIRTUAL/-DVIRTUAL -DXL_SECS=$SDECFG_PKG_LILO_XL_SECS/" \
Makefile
make.vars
fi
}
hook_add preconf 5 'pc_lilo'
hook_add postmake 5 'pm_lilo'
makeinstopt="$makeopt ROOT=$root MAN_DIR=$mandir install"
var_append makeopt ' ' 'lilo'
var_append makeopt ' ' 'activate'

4
x86/lilo/lilo.desc

@ -34,8 +34,8 @@
[L] GPL
[S] Stable
[V] 22.8
[V] 23.2
[P] X -----5---9 202.300
[D] 2651400208 lilo-22.8.src.tar.gz http://lilo.alioth.debian.org/ftp/archiv/
[D] 2445733518 lilo-23.2.tar.gz http://lilo.alioth.debian.org/ftp/sources/

4835
x86/lilo/local_kernel_headers.patch

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save