From 65c734d3de0bba8d2b51a56484a72ed8899b5f79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 23 Feb 2016 02:39:21 -0300 Subject: uboot-am335x_bone: minor fix --- libre-testing/uboot-am335x_bone/PKGBUILD | 2 +- libre-testing/uboot-am335x_bone/extlinux.conf | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'libre-testing') diff --git a/libre-testing/uboot-am335x_bone/PKGBUILD b/libre-testing/uboot-am335x_bone/PKGBUILD index e69c6635e..810d71ee2 100644 --- a/libre-testing/uboot-am335x_bone/PKGBUILD +++ b/libre-testing/uboot-am335x_bone/PKGBUILD @@ -28,7 +28,7 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver}.tar.bz2" 'uEnv.txt') md5sums=('570bdc2c47270c2a98ca60ff6c5c74cd' '7aaf785aa34682a174424f50988728e5' - '8b941b3debf97600476edb717899c4f6' + 'cde2078db6208585d36d2f6a3c830860' 'ccb79775b81654e16fca18825c7f2506') prepare() { diff --git a/libre-testing/uboot-am335x_bone/extlinux.conf b/libre-testing/uboot-am335x_bone/extlinux.conf index 9eb7959fe..4d65ed61f 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=ttyO0,115200n8 + append root=/dev/mmcblk0p1 rw 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=ttyO0,115200n8 +# append root=/dev/mmcblk0p1 rw 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=ttyO0,115200n8 +# append root=/dev/mmcblk0p1 rw 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=ttyO0,115200n8 +# append root=/dev/mmcblk0p1 rw 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=ttyO0,115200n8 +# append root=/dev/mmcblk0p1 rw 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=ttyO0,115200n8 +# append root=/dev/mmcblk0p1 rw 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=ttyO0,115200n8 +# append root=/dev/mmcblk0p1 rw 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=ttyO0,115200n8 +# append root=/dev/mmcblk0p1 rw 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=ttyO0,115200n8 +# append root=/dev/mmcblk0p1 rw console=ttyO0,115200n8 # fdtdir /boot/dtbs/linux-libre-rt -- cgit v1.2.2