lilo: dropped

This commit is contained in:
Tim Biermann 2022-03-12 09:59:43 +01:00
parent a199f5554c
commit a1fccd441f
5 changed files with 0 additions and 60 deletions

View File

@ -1,16 +0,0 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/lilo.conf
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/lilo
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/keytab-lilo
-rwxr-xr-x root/root usr/sbin/lilo-uuid-diskid
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/lilo.conf.5.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/keytab-lilo.8.gz
-rw-r--r-- root/root usr/share/man/man8/lilo-uuid-diskid.8.gz
-rw-r--r-- root/root usr/share/man/man8/lilo.8.gz

View File

@ -1,7 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/SnIQJLae/0WECr23e0g7a9claH1Hx1Zy+JMz7Yb52FFh+MrtALsEKCOo8B7U6XKTpZNgGHM57+GUmXcE99qHQo=
SHA256 (Pkgfile) = ed33a073374257b11824e2a784bed65e9654955b998029c269b999b61a2ce8bd
SHA256 (.footprint) = 2636eb9a632a396d76be391c98b290b240695dc0c130acd66d3080ed3baf080c
SHA256 (lilo-24.2.tar.gz) = e158f19de4560c935ebe0507c21b79bff17618b9230d8076fe8c5fff9fdbd5b1
SHA256 (lilo.static) = 8058aa189ed1781e6b933cd4e2f02fc3b44442f78ed0332986cb8165290218e8
SHA256 (lilo.conf) = 2b9b399a3318920a45208e98bdcd521e7a7c2cdfc7e398d628295c3c93ebecb7

View File

@ -1,24 +0,0 @@
# Description: LInux boot LOader
# URL: https://www.joonet.de/lilo/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=lilo
version=24.2
release=3
source=(https://www.joonet.de/lilo/ftp/sources/$name-$version.tar.gz
lilo.static lilo.conf)
build() {
cd $name-$version
install -d $PKG/{sbin,usr/sbin,etc,usr/share/man/man{5,8}}
install -m 755 $SRC/lilo.static $PKG/sbin/lilo
install -m 755 scripts/lilo-uuid-diskid $PKG/usr/sbin
install -m 755 keytab-lilo.pl $PKG/usr/sbin/keytab-lilo
install -m 644 man/{keytab-lilo,lilo-uuid-diskid,lilo}.8 $PKG/usr/share/man/man8
install -m 644 man/*.5 $PKG/usr/share/man/man5
install -m 644 $SRC/lilo.conf $PKG/etc
}

View File

@ -1,13 +0,0 @@
#
# /etc/lilo.conf: lilo(8) configuration, see lilo.conf(5)
#
lba32
install=text
boot=/dev/#DEVICE#
image=/boot/vmlinuz
label=CRUX
read-only
append="root=/dev/#ROOT_DEVICE#"
# End of file

Binary file not shown.