summaryrefslogtreecommitdiff
path: root/libre-testing/uboot-am335x_bone/extlinux.conf
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-02-21 22:55:31 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-02-21 22:56:14 -0300
commit5927566d0d040a34912b975668ce1ce16ee25d6d (patch)
treee696a600c70aaf3a194f2a900a199f9b15ffcf56 /libre-testing/uboot-am335x_bone/extlinux.conf
parent92fd05db36899a777ccfe4fb0f625730e3c769fc (diff)
uboot-am335x_bone: add new package to [libre-testing]
Diffstat (limited to 'libre-testing/uboot-am335x_bone/extlinux.conf')
-rw-r--r--libre-testing/uboot-am335x_bone/extlinux.conf34
1 files changed, 34 insertions, 0 deletions
diff --git a/libre-testing/uboot-am335x_bone/extlinux.conf b/libre-testing/uboot-am335x_bone/extlinux.conf
new file mode 100644
index 000000000..0273d81c3
--- /dev/null
+++ b/libre-testing/uboot-am335x_bone/extlinux.conf
@@ -0,0 +1,34 @@
+# Config file
+# /boot/extlinux/extlinux.conf
+
+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