diff options
author | Shackra Sislock <jorgean@lavabit.com> | 2013-08-01 21:02:14 -0600 |
---|---|---|
committer | Shackra Sislock <jorgean@lavabit.com> | 2013-08-01 21:02:14 -0600 |
commit | 2e5a1b6108e79d9cf528319dd263b61d68a807fa (patch) | |
tree | 742757effb505dff0b9bdb5f1daa07dcf16edd4e /libre/syslinux | |
parent | 688293a45505151207777b0f543ac4cac5d26fe5 (diff) | |
parent | 7c6d66d3024f2a06482329f8aa5bc4878b3d0c32 (diff) | |
download | abslibre-2e5a1b6108e79d9cf528319dd263b61d68a807fa.tar.gz abslibre-2e5a1b6108e79d9cf528319dd263b61d68a807fa.tar.bz2 abslibre-2e5a1b6108e79d9cf528319dd263b61d68a807fa.zip |
merging changes
Diffstat (limited to 'libre/syslinux')
-rw-r--r-- | libre/syslinux/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/syslinux/syslinux.cfg | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libre/syslinux/PKGBUILD b/libre/syslinux/PKGBUILD index 4967097b1..01505c5d2 100644 --- a/libre/syslinux/PKGBUILD +++ b/libre/syslinux/PKGBUILD @@ -4,7 +4,7 @@ pkgname=syslinux pkgver=4.07 -pkgrel=1 +pkgrel=1.1 arch=('i686' 'x86_64') pkgdesc="Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE (Parabola rebranded)" url="http://syslinux.zytor.com/" @@ -26,7 +26,7 @@ source=(http://www.kernel.org/pub/linux/utils/boot/syslinux/$pkgname-${pkgver}.t splash.png) md5sums=('9ff6e1b94efab931fb4717b600d88779' '1528c376e43f0eaccaa80d8ad1bc13b4' - '83649111686c4c58ec05eac324ae711a' + 'a43bd903face611bcc148522265dfe6c' '8559fb3daf3afa8688600d8a38118918' 'cb46ca47c6b6323127d908440057d98f') diff --git a/libre/syslinux/syslinux.cfg b/libre/syslinux/syslinux.cfg index 4a0644956..e7199438f 100644 --- a/libre/syslinux/syslinux.cfg +++ b/libre/syslinux/syslinux.cfg @@ -37,7 +37,7 @@ MENU COLOR border 35;40 #ff777caa #a0000000 std MENU COLOR title 1;35;40 #ff777caa #a0000000 std MENU COLOR sel 7;35;47 #e0ffffff #20777caa all MENU COLOR unsel 35;40 #ff777caa #a0000000 std -MENU COLOR help 35;40 #ff777caa #a0000000 std +MENU COLOR help 35;40 #c0b2b2b2 #a0000000 std MENU COLOR timeout_msg 35;40 #ff777caa #00000000 std MENU COLOR timeout 1;35;40 #ff777caa #00000000 std MENU COLOR msg07 35;40 #ff777caa #a0000000 std |