From af5db9bb56f91f13f0ba11de09e0ecbf2199062e Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 22 Feb 2016 20:08:39 -0300 Subject: uboot-am335x_bone: add kernels examples in extlinux.conf --- libre-testing/uboot-am335x_bone/extlinux.conf | 40 +++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'libre-testing/uboot-am335x_bone/extlinux.conf') diff --git a/libre-testing/uboot-am335x_bone/extlinux.conf b/libre-testing/uboot-am335x_bone/extlinux.conf index bac084c69..843c60b60 100644 --- a/libre-testing/uboot-am335x_bone/extlinux.conf +++ b/libre-testing/uboot-am335x_bone/extlinux.conf @@ -4,3 +4,43 @@ 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 + +#label Parabola GNU/Linux-libre w/ linux-libre-lts kernel +# kernel /boot/vmlinuz-linux-libre-lts +# append ro root=/dev/mmcblk0p1 console=ttyS0,115200n8 LANG=en_US.UTF-8 +# fdtdir /boot/dtbs/linux-libre-lts + +#label Parabola GNU/Linux-libre w/ linux-libre-knock kernel +# kernel /boot/vmlinuz-linux-libre-knock +# append ro root=/dev/mmcblk0p1 console=ttyS0,115200n8 LANG=en_US.UTF-8 +# fdtdir /boot/dtbs/linux-libre-knock + +#label Parabola GNU/Linux-libre w/ linux-libre-lts-knock kernel +# kernel /boot/vmlinuz-linux-libre-lts-knock +# append ro root=/dev/mmcblk0p1 console=ttyS0,115200n8 LANG=en_US.UTF-8 +# fdtdir /boot/dtbs/linux-libre-lts-knock + +#label Parabola GNU/Linux-libre w/ linux-libre-grsec kernel +# kernel /boot/vmlinuz-linux-libre-grsec +# append ro root=/dev/mmcblk0p1 console=ttyS0,115200n8 LANG=en_US.UTF-8 +# fdtdir /boot/dtbs/linux-libre-grsec + +#label Parabola GNU/Linux-libre w/ linux-libre-grsec-knock kernel +# kernel /boot/vmlinuz-linux-libre-grsec-knock +# append ro root=/dev/mmcblk0p1 console=ttyS0,115200n8 LANG=en_US.UTF-8 +# fdtdir /boot/dtbs/linux-libre-grsec-knock + +#label Parabola GNU/Linux-libre w/ linux-libre-audit kernel +# kernel /boot/vmlinuz-linux-libre-audit +# append ro root=/dev/mmcblk0p1 console=ttyS0,115200n8 LANG=en_US.UTF-8 +# fdtdir /boot/dtbs/linux-libre-audit + +#label Parabola GNU/Linux-libre w/ linux-libre-pck kernel +# kernel /boot/vmlinuz-linux-libre-pck +# append ro root=/dev/mmcblk0p1 console=ttyS0,115200n8 LANG=en_US.UTF-8 +# fdtdir /boot/dtbs/linux-libre-pck + +#label Parabola GNU/Linux-libre w/ linux-libre-rt kernel +# kernel /boot/vmlinuz-linux-libre-rt +# append ro root=/dev/mmcblk0p1 console=ttyS0,115200n8 LANG=en_US.UTF-8 +# fdtdir /boot/dtbs/linux-libre-rt -- cgit v1.2.3-54-g00ecf