summaryrefslogtreecommitdiff
path: root/libre-testing/uboot-am335x_bone/extlinux.conf
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-02-22 16:43:09 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-02-22 16:43:55 -0300
commita280d77d9d87140e7dc32c63ac6fc7480bf80cf1 (patch)
treebb155a934ce06ae58a36d42b01cc9c6a752bf286 /libre-testing/uboot-am335x_bone/extlinux.conf
parent33c8312458ececd849c28c7182035adfaf85ea31 (diff)
uboot-am335x_bone: optimize extlinux.conf
Diffstat (limited to 'libre-testing/uboot-am335x_bone/extlinux.conf')
-rw-r--r--libre-testing/uboot-am335x_bone/extlinux.conf38
1 files changed, 5 insertions, 33 deletions
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