summaryrefslogtreecommitdiff
path: root/pcr/lilo
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-22 08:52:27 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-22 08:52:27 +0100
commit679468c33154f2d468e17b75c950c013af6a69a6 (patch)
treeeacd91fe44167b0703efac33a0c793dd1140dc3d /pcr/lilo
parentf0c3c547a5da9a4ea41f7cfc1345ad205c093a22 (diff)
pcr/lilo: updated to 24.2
Diffstat (limited to 'pcr/lilo')
-rw-r--r--pcr/lilo/PKGBUILD15
-rw-r--r--pcr/lilo/lilo.conf11
2 files changed, 19 insertions, 7 deletions
diff --git a/pcr/lilo/PKGBUILD b/pcr/lilo/PKGBUILD
index e87636f35..63cbab3c7 100644
--- a/pcr/lilo/PKGBUILD
+++ b/pcr/lilo/PKGBUILD
@@ -1,10 +1,13 @@
# Maintainer (Arch): Connor Behan <connor.behan@gmail.com>
# Contributor (Arch): Eric Belanger <eric@archlinux.org>
# Contributor (Arch): judd <jvinet@zeroflux.org>
-# Maintainer: André Silva <emulatorman@hyperbola.info>
+# Contributor: André Silva <emulatorman@hyperbola.info>
+
+# parabola changes and rationale:
+# - changed distro branding in lilo.conf
pkgname=lilo
-pkgver=24.0
+pkgver=24.2
pkgrel=1
pkgdesc="A bootloader for GNU/Linux (Parabola rebranded)"
arch=('i686' 'x86_64')
@@ -43,5 +46,11 @@ package() {
# Avoid conflict with syslinux
mv "${pkgdir}"/usr/bin/keytab-lilo "${pkgdir}"/usr/bin/keytab-lilo.pl
+
+ # Remove Debian specific files
+ rm -rf "${pkgdir}"/etc/initramfs
+ rm -rf "${pkgdir}"/etc/kernel
}
-md5sums=('03d7090835a5675314082847f1ac7910' 'd06b3c4655577ed01fea79ec5743b4b0')
+
+md5sums=('fe5e8c9754cee342b958b5fcbbb6eb51'
+ 'd55b950c53b954a9a202e7a72a010756')
diff --git a/pcr/lilo/lilo.conf b/pcr/lilo/lilo.conf
index 479390df5..b453bb1d7 100644
--- a/pcr/lilo/lilo.conf
+++ b/pcr/lilo/lilo.conf
@@ -2,9 +2,9 @@
# /etc/lilo.conf
#
-boot=/dev/sda
+boot=/dev/hda
# This line often fixes L40 errors on bootup
-# disk=/dev/sda bios=0x80
+# disk=/dev/hda bios=0x80
default=parabola
timeout=50
@@ -13,13 +13,16 @@ prompt
image=/boot/vmlinuz-linux-libre
label=parabola
- root=/dev/sda3
+ root=/dev/hda3
initrd=/boot/initramfs-linux-libre.img
read-only
image=/boot/vmlinuz-linux-libre
label=parabola-fallback
- root=/dev/sda3
+ root=/dev/hda3
initrd=/boot/initramfs-linux-libre-fallback.img
read-only
+#other=/dev/hda1
+# label=dos
+