From a1f206694cae3aad712f3e8f9fa97168218958f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sat, 28 Feb 2015 21:52:41 -0200 Subject: syslinux-6.03-2.parabola2: rebuilding with new splash logo --- libre/syslinux/PKGBUILD | 8 +- libre/syslinux/splash.png | Bin 11947 -> 25064 bytes libre/syslinux/splash.svg | 222 +++++++++++++++++++++++++++++++++ libre/syslinux/splash.xcf | Bin 30757 -> 0 bytes libre/syslinux/syslinux-install_update | 5 + libre/syslinux/syslinux.cfg | 13 +- 6 files changed, 242 insertions(+), 6 deletions(-) create mode 100644 libre/syslinux/splash.svg delete mode 100644 libre/syslinux/splash.xcf diff --git a/libre/syslinux/PKGBUILD b/libre/syslinux/PKGBUILD index 1ded94131..ac5de7bc7 100644 --- a/libre/syslinux/PKGBUILD +++ b/libre/syslinux/PKGBUILD @@ -7,7 +7,7 @@ pkgname=syslinux pkgver=6.03 _tag=syslinux-$pkgver -pkgrel=2.parabola1 +pkgrel=2.parabola2 pkgdesc='Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE (Parabola rebranded)' url='http://www.syslinux.org/' arch=(i686 x86_64) @@ -40,9 +40,9 @@ source=(git://git.kernel.org/pub/scm/boot/syslinux/syslinux.git#tag=$_tag syslinux-install_update splash.png) sha1sums=('SKIP' - '681e2acf8e636a4edf4eb1056a646e0cc89bbdf7' - 'd22e7e3fc544cf8a49f27ae9a25f17e65f575ea1' - 'b24bb6ceec46d137ff7ddacf2a4d7cb4bb486cac') + '3f0cafb50279224c6dac5205dfbe475cb8b4cc7b' + '1aafa9869eb772b15e1dee382504b3432ed68e11' + '8d937eb2ffb563a0cb876bda731e036f43bf0e4b') _targets='bios efi32' case "$CARCH" in diff --git a/libre/syslinux/splash.png b/libre/syslinux/splash.png index eac14536b..da2e7b240 100644 Binary files a/libre/syslinux/splash.png and b/libre/syslinux/splash.png differ diff --git a/libre/syslinux/splash.svg b/libre/syslinux/splash.svg new file mode 100644 index 000000000..20e6ce7f1 --- /dev/null +++ b/libre/syslinux/splash.svg @@ -0,0 +1,222 @@ + + + Parabola GNU/Linux-libre + + + + image/svg+xml + + Parabola GNU/Linux-libre + + 2015/02/28 + + + Jorge Araya Navarro + José Miguel Silva Lara + + + + + Márcio Alexandre Silva Delgado + + + + + CC BY-SA + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/libre/syslinux/splash.xcf b/libre/syslinux/splash.xcf deleted file mode 100644 index c27d04445..000000000 Binary files a/libre/syslinux/splash.xcf and /dev/null differ diff --git a/libre/syslinux/syslinux-install_update b/libre/syslinux/syslinux-install_update index 513d06b7a..7da6aeccf 100644 --- a/libre/syslinux/syslinux-install_update +++ b/libre/syslinux/syslinux-install_update @@ -246,6 +246,11 @@ set_active() { exit 3 fi elif [[ "$ptb" = GPT ]]; then + if [[ ! -e /usr/bin/sgdisk ]]; then + echo "FAILED to set attribute Legacy BIOS Bootable. sgdisk is not found - please install 'gptfdisk' package." + exit 3 + fi + if sgdisk "$disk" --attributes="$partnum":set:2 &>/dev/null; then echo "Attribute Legacy Bios Bootable Set - $part" else diff --git a/libre/syslinux/syslinux.cfg b/libre/syslinux/syslinux.cfg index c5d8e011e..f2f902f1b 100644 --- a/libre/syslinux/syslinux.cfg +++ b/libre/syslinux/syslinux.cfg @@ -25,13 +25,13 @@ TIMEOUT 50 #KBDMAP de.ktl # Menu Configuration -# Either menu.c32 or vesamenu32.c32 must be copied to /boot/syslinux +# Either menu.c32 or vesamenu32.c32 must be copied to /boot/syslinux #UI menu.c32 UI vesamenu.c32 # Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu MENU TITLE Parabola GNU/Linux-libre -MENU BACKGROUND splash.png +MENU BACKGROUND boot/syslinux/splash.png 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 @@ -42,6 +42,15 @@ MENU COLOR timeout 1;35;40 #ff777caa #00000000 std MENU COLOR msg07 35;40 #ff777caa #a0000000 std MENU COLOR tabmsg 35;40 #ff777caa #00000000 std +MENU WIDTH 78 +MENU MARGIN 4 +MENU ROWS 7 +MENU VSHIFT 10 +MENU TABMSGROW 14 +MENU CMDLINEROW 14 +MENU HELPMSGROW 16 +MENU HELPMSGENDROW 29 + # boot sections follow # # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line. -- cgit v1.2.3-2-g168b