Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=62a5e43fd884701125e9d099df61fdcd7d14ae0c

commit 62a5e43fd884701125e9d099df61fdcd7d14ae0c
Author: James Buren <[EMAIL PROTECTED]>
Date:   Sun Jun 1 00:20:08 2008 -0500

lilo-22.8-1-i686
* (new package) - the old school linux bootloader

diff --git a/source/base-extra/lilo/FrugalBuild 
b/source/base-extra/lilo/FrugalBuild
new file mode 100644
index 0000000..bcdc4fd
--- /dev/null
+++ b/source/base-extra/lilo/FrugalBuild
@@ -0,0 +1,27 @@
+# Compiling Time: 0.03 SBU
+# Maintainer: James Buren <[EMAIL PROTECTED]>
+
+pkgname=lilo
+pkgver=22.8
+pkgrel=1
+pkgdesc="the old school linux bootloader"
+url="http://home.san.rr.com/johninsd/pub/linux/lilo";
+depends=('coreutils' 'device-mapper')
+makedepends=('bin86')
+groups=('base-extra')
+archs=('i686')
+up2date="Flastarchive $url .src.tar.gz"
+source=($url/$pkgname-$pkgver.src.tar.gz README.Frugalware lilo.conf)
+sha1sums=('59852eab59b93dcea63b39eef1db7963b7268b0d' \
+          'b98002f08cb8f3d27296d5204bb1eefc3398c337' \
+          '4c2d018ae8a2e928cca4af077d114b80443e4854')
+build()
+{
+       Fcd
+       make CC="gcc $CFLAGS" all || Fdie
+       make ROOT=$Fdestdir  install || Fdie
+       Fdoc README.Frugalware
+       Ffile /etc/lilo.conf
+}
+
+# optimization OK
diff --git a/source/base-extra/lilo/README.Frugalware 
b/source/base-extra/lilo/README.Frugalware
new file mode 100644
index 0000000..421b21b
--- /dev/null
+++ b/source/base-extra/lilo/README.Frugalware
@@ -0,0 +1,12 @@
+So, you feel like using lilo, do ya? Well, here ye shall find instructions for
+retrofitting lilo to work with Frugalware. Some things to keep in mind:
+1) lilo must be rerun every time you upgrade the kernel
+2) lilo must also be rerun if you change configuration for it to take effect
+3) only lilo or grub can be installed to your boot sector at the same time,
+however they do not conflict while simply residing on your system
+
+You will find an example lilo.conf in /etc/lilo.conf already. You will need to
+tweak it in order for it to match your system's booting setup. The default
+structure is designed to reflect the most common setup I know of, but may
+still require a lot of modifications. For more information on lilo, please
+refer to man lilo and man lilo.conf.
diff --git a/source/base-extra/lilo/lilo.conf b/source/base-extra/lilo/lilo.conf
new file mode 100644
index 0000000..d273765
--- /dev/null
+++ b/source/base-extra/lilo/lilo.conf
@@ -0,0 +1,19 @@
+#
+# /etc/lilo.conf
+#
+# Configuration settings for LILO
+#
+
+boot=/dev/<BOOT PARTITION>
+default=frugalware
+timeout=50
+lba32
+prompt
+
+image=/boot/vmlinuz
+       label=frugalware
+       root=/dev/<ROOT PARTITION>
+       append="quiet"
+       vga=791
+       read-only
+
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to