From fe80141b7e9db626eaa323a8049ee6e2e7253bae Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Thu, 15 Jul 2021 18:07:44 -0400 Subject: [PATCH] syslinux-bin: new package at 6.0.4 --- junk/syslinux-bin/build | 9 +++++++++ junk/syslinux-bin/checksums | 1 + junk/syslinux-bin/depends | 1 + junk/syslinux-bin/post-install | 9 +++++++++ junk/syslinux-bin/sources | 1 + junk/syslinux-bin/version | 1 + 6 files changed, 22 insertions(+) create mode 100755 junk/syslinux-bin/build create mode 100644 junk/syslinux-bin/checksums create mode 100644 junk/syslinux-bin/depends create mode 100755 junk/syslinux-bin/post-install create mode 100644 junk/syslinux-bin/sources create mode 100644 junk/syslinux-bin/version diff --git a/junk/syslinux-bin/build b/junk/syslinux-bin/build new file mode 100755 index 0000000..356e6fd --- /dev/null +++ b/junk/syslinux-bin/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +mkdir -p "$1/usr" "$1/var" + +for i in lib bin share; do + cp -r "$i/" "$1/usr/" +done + +cp -r db/ "$1/var/" diff --git a/junk/syslinux-bin/checksums b/junk/syslinux-bin/checksums new file mode 100644 index 0000000..b49a5d3 --- /dev/null +++ b/junk/syslinux-bin/checksums @@ -0,0 +1 @@ +d105af64efe13b03aca1b09ac144256fade41c44df13eb7b9f611c5d0be3de9b diff --git a/junk/syslinux-bin/depends b/junk/syslinux-bin/depends new file mode 100644 index 0000000..2a38347 --- /dev/null +++ b/junk/syslinux-bin/depends @@ -0,0 +1 @@ +libuuid diff --git a/junk/syslinux-bin/post-install b/junk/syslinux-bin/post-install new file mode 100755 index 0000000..de41951 --- /dev/null +++ b/junk/syslinux-bin/post-install @@ -0,0 +1,9 @@ +#!/usr/bin/sh -e + +cat << EOF +To finish the install and write syslinux to the MBR, run: + + $ dd if=/usr/lib/extlinux/mbr.bin of=/dev/sda bs=440 count=1 + +Where /dev/sda is the target block device (not partition). +EOF diff --git a/junk/syslinux-bin/sources b/junk/syslinux-bin/sources new file mode 100644 index 0000000..8f33e10 --- /dev/null +++ b/junk/syslinux-bin/sources @@ -0,0 +1 @@ +https://ftp.armaanb.net/kiss-bins/syslinux@6.0.4.tar.xz diff --git a/junk/syslinux-bin/version b/junk/syslinux-bin/version new file mode 100644 index 0000000..17016fd --- /dev/null +++ b/junk/syslinux-bin/version @@ -0,0 +1 @@ +6.0.4 1 -- 2.39.2