diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-01 20:39:31 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-01 20:39:31 -0300 |
commit | fdc3c730dad068c0ed34fe6b8ed2e88ff29b051d (patch) | |
tree | cf00c7a9a4dd0ee65d70181611a8dd01e99096bc | |
parent | 96805b13998f7f404698e18fbccefccdce3dba46 (diff) | |
download | abslibre-fdc3c730dad068c0ed34fe6b8ed2e88ff29b051d.tar.gz abslibre-fdc3c730dad068c0ed34fe6b8ed2e88ff29b051d.tar.bz2 abslibre-fdc3c730dad068c0ed34fe6b8ed2e88ff29b051d.zip |
syslinux: change colour on help menu
-rw-r--r-- | libre-testing/syslinux/PKGBUILD | 4 | ||||
-rw-r--r-- | libre-testing/syslinux/syslinux.cfg | 2 | ||||
-rw-r--r-- | libre/syslinux/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/syslinux/syslinux.cfg | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/libre-testing/syslinux/PKGBUILD b/libre-testing/syslinux/PKGBUILD index 6e2264257..8a8845f0b 100644 --- a/libre-testing/syslinux/PKGBUILD +++ b/libre-testing/syslinux/PKGBUILD @@ -5,7 +5,7 @@ pkgname="syslinux" pkgver="6.01" -pkgrel="4" +pkgrel="4.1" arch=('x86_64' 'i686') 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/" @@ -23,7 +23,7 @@ optdepends=('perl-passwd-md5: For md5pass' 'efibootmgr: For EFI support' 'dosfstools: For EFI support') md5sums=('5fe8959b92255143a334167ca1c395a6' - '2466fa3fe8c2577acb2a7025d7096c91' + 'f048880b57e2c5a7017ff8804bfda327' '0e7d47e1f791f0c5e7bd40ed5c6d80cc' 'cb46ca47c6b6323127d908440057d98f') diff --git a/libre-testing/syslinux/syslinux.cfg b/libre-testing/syslinux/syslinux.cfg index f88c1a5fe..0c0c6339a 100644 --- a/libre-testing/syslinux/syslinux.cfg +++ b/libre-testing/syslinux/syslinux.cfg @@ -36,7 +36,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 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 |