]> git.armaanb.net Git - asd-repo.git/commitdiff
syslinux-bin: new package at 6.0.4
authorArmaan Bhojwani <me@armaanb.net>
Thu, 15 Jul 2021 22:07:44 +0000 (18:07 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Thu, 15 Jul 2021 23:50:52 +0000 (19:50 -0400)
junk/syslinux-bin/build [new file with mode: 0755]
junk/syslinux-bin/checksums [new file with mode: 0644]
junk/syslinux-bin/depends [new file with mode: 0644]
junk/syslinux-bin/post-install [new file with mode: 0755]
junk/syslinux-bin/sources [new file with mode: 0644]
junk/syslinux-bin/version [new file with mode: 0644]

diff --git a/junk/syslinux-bin/build b/junk/syslinux-bin/build
new file mode 100755 (executable)
index 0000000..356e6fd
--- /dev/null
@@ -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 (file)
index 0000000..b49a5d3
--- /dev/null
@@ -0,0 +1 @@
+d105af64efe13b03aca1b09ac144256fade41c44df13eb7b9f611c5d0be3de9b
diff --git a/junk/syslinux-bin/depends b/junk/syslinux-bin/depends
new file mode 100644 (file)
index 0000000..2a38347
--- /dev/null
@@ -0,0 +1 @@
+libuuid
diff --git a/junk/syslinux-bin/post-install b/junk/syslinux-bin/post-install
new file mode 100755 (executable)
index 0000000..de41951
--- /dev/null
@@ -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 (file)
index 0000000..8f33e10
--- /dev/null
@@ -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 (file)
index 0000000..17016fd
--- /dev/null
@@ -0,0 +1 @@
+6.0.4 1