diff options
Diffstat (limited to 'libre-testing/uboot-am335x_bone/extlinux.conf')
-rw-r--r-- | libre-testing/uboot-am335x_bone/extlinux.conf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/libre-testing/uboot-am335x_bone/extlinux.conf b/libre-testing/uboot-am335x_bone/extlinux.conf index 843c60b60..9eb7959fe 100644 --- a/libre-testing/uboot-am335x_bone/extlinux.conf +++ b/libre-testing/uboot-am335x_bone/extlinux.conf @@ -2,45 +2,45 @@ menu title Welcome to Parabola! 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 + append ro root=/dev/mmcblk0p1 console=ttyO0,115200n8 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 +# append ro root=/dev/mmcblk0p1 console=ttyO0,115200n8 # 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 +# append ro root=/dev/mmcblk0p1 console=ttyO0,115200n8 # 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 +# append ro root=/dev/mmcblk0p1 console=ttyO0,115200n8 # 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 +# append ro root=/dev/mmcblk0p1 console=ttyO0,115200n8 # 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 +# append ro root=/dev/mmcblk0p1 console=ttyO0,115200n8 # 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 +# append ro root=/dev/mmcblk0p1 console=ttyO0,115200n8 # 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 +# append ro root=/dev/mmcblk0p1 console=ttyO0,115200n8 # 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 +# append ro root=/dev/mmcblk0p1 console=ttyO0,115200n8 # fdtdir /boot/dtbs/linux-libre-rt |