summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/syslinux/PKGBUILD2
-rw-r--r--libre/syslinux/syslinux.cfg9
2 files changed, 8 insertions, 3 deletions
diff --git a/libre/syslinux/PKGBUILD b/libre/syslinux/PKGBUILD
index 59986411e..fed4d784a 100644
--- a/libre/syslinux/PKGBUILD
+++ b/libre/syslinux/PKGBUILD
@@ -27,7 +27,7 @@ source=(http://www.kernel.org/pub/linux/utils/boot/syslinux/$pkgname-${pkgver}.t
fix-undefined-type-umode_t.patch)
md5sums=('82299242418385da1274c9479a778cb2'
'1528c376e43f0eaccaa80d8ad1bc13b4'
- 'b43a22fc9c897167b7f52450bae1ef95'
+ '8dc2afca3739667e892faf04eb97e7b1'
'680750f73dc2e587ac567d057d485813'
'0035b6cac6756a384b861eda8d33e4f7'
'75750bd5b0f5bc51920164a01a6f5f2e')
diff --git a/libre/syslinux/syslinux.cfg b/libre/syslinux/syslinux.cfg
index 79e81986e..5debfef9c 100644
--- a/libre/syslinux/syslinux.cfg
+++ b/libre/syslinux/syslinux.cfg
@@ -27,8 +27,8 @@ TIMEOUT 50
# Menu Configuration
# Either menu.c32 or vesamenu32.c32 must be copied to /boot/syslinux
-UI menu.c32
-#UI vesamenu.c32
+#UI menu.c32
+UI vesamenu.c32
# Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
MENU TITLE Parabola GNU/Linux-libre
@@ -61,6 +61,11 @@ LABEL parabolafallback
APPEND root=/dev/sda3 ro
INITRD ../initramfs-linux-libre-fallback.img
+# If you want Memtest on syslinux, use this LABEL section to launch it (install the memtest86+ package)
+#LABEL memtest
+# MENU LABEL Memtest86+
+# LINUX ../memtest86+/memtest.bin
+
LABEL hdt
MENU LABEL HDT (Hardware Detection Tool)
COM32 hdt.c32