From a280d77d9d87140e7dc32c63ac6fc7480bf80cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Mon, 22 Feb 2016 16:43:09 -0300 Subject: uboot-am335x_bone: optimize extlinux.conf --- libre-testing/uboot-am335x_bone/PKGBUILD | 2 +- libre-testing/uboot-am335x_bone/extlinux.conf | 38 ++++----------------------- 2 files changed, 6 insertions(+), 34 deletions(-) diff --git a/libre-testing/uboot-am335x_bone/PKGBUILD b/libre-testing/uboot-am335x_bone/PKGBUILD index fc01d2bb6..e37c204ca 100644 --- a/libre-testing/uboot-am335x_bone/PKGBUILD +++ b/libre-testing/uboot-am335x_bone/PKGBUILD @@ -21,7 +21,7 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" 'uEnv.txt') md5sums=('570bdc2c47270c2a98ca60ff6c5c74cd' '9fbef94650acc064c8ca5ffdb097b8a5' - '9bf446920d4344d17eb0673b7a49701a' + '38c8428bdc765410193f2ea98297523f' 'ccb79775b81654e16fca18825c7f2506') prepare() { diff --git a/libre-testing/uboot-am335x_bone/extlinux.conf b/libre-testing/uboot-am335x_bone/extlinux.conf index 0273d81c3..bac084c69 100644 --- a/libre-testing/uboot-am335x_bone/extlinux.conf +++ b/libre-testing/uboot-am335x_bone/extlinux.conf @@ -1,34 +1,6 @@ -# Config file -# /boot/extlinux/extlinux.conf +menu title Welcome to Parabola! -DEFAULT parabola-boneblack -TIMEOUT 500 - -# Menu Configuration -UI menu.c32 - -# Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu -MENU TITLE Parabola GNU/Linux-libre -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 #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 -MENU COLOR tabmsg 35;40 #ff777caa #00000000 std - -# Boot sections - -LABEL parabola-bone - MENU LABEL Parabola GNU/Linux-libre w/ linux-libre kernel for BeagleBone - LINUX /boot/vmlinuz-linux-libre - APPEND console=ttyO0,115200n8 console=tty1 loglevel=8 rootwait rw earlyprintk root=/dev/mmcblk0p1 - FDTDIR /boot/dtbs/linux-libre/am335x-bone.dtb - -LABEL parabola-boneblack - MENU LABEL Parabola GNU/Linux-libre w/ linux-libre kernel for BeagleBone Black - LINUX /boot/vmlinuz-linux-libre - APPEND console=ttyO0,115200n8 console=tty1 loglevel=8 rootwait rw earlyprintk root=/dev/mmcblk0p1 - FDTDIR /boot/dtbs/linux-libre/am335x-boneblack.dtb +label Parabola GNU/Linux-libre w/ linux-libre kernel + kernel /boot/vmlinuz-linux-libre + append ro root=/dev/mmcblk0p1 console=ttyS0,115200n8 LANG=en_US.UTF-8 + fdtdir /boot/dtbs/linux-libre -- cgit v1.2.3-2-g168b