From 52ec3b67239220f0537ce78304bb980978c0a136 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sun, 10 Nov 2019 20:42:30 +0100 Subject: libre: uboot4extlinux-sunxi: update to 2019.10 Other changes - extlinux.conf: - Added the initramfs in the example configuration - Added rootwait parameter in case the rootfs takes time to appear Signed-off-by: Denis 'GNUtoo' Carikli --- libre/uboot4extlinux-sunxi/extlinux.conf | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'libre/uboot4extlinux-sunxi/extlinux.conf') diff --git a/libre/uboot4extlinux-sunxi/extlinux.conf b/libre/uboot4extlinux-sunxi/extlinux.conf index 02b942df6..805b6dfdb 100644 --- a/libre/uboot4extlinux-sunxi/extlinux.conf +++ b/libre/uboot4extlinux-sunxi/extlinux.conf @@ -4,40 +4,48 @@ timeout 50 label Parabola GNU/Linux-libre, linux-libre kernel kernel /boot/vmlinuz-linux-libre - append root=/dev/mmcblk0p1 rw console=ttyS0,115200 + initrd /boot/initramfs-linux-libre-fallback.img + append console=ttyS0,115200 root=/dev/mmcblk0p1 rw rootwait fdtdir /boot/dtbs/linux-libre label Parabola GNU/Linux-libre, linux-libre-lts kernel kernel /boot/vmlinuz-linux-libre-lts - append root=/dev/mmcblk0p1 rw console=ttyS0,115200 + initrd /boot/initramfs-linux-libre-lts-fallback.img + append console=ttyS0,115200 root=/dev/mmcblk0p1 rw rootwait fdtdir /boot/dtbs/linux-libre-lts label Parabola GNU/Linux-libre, linux-libre-lts-knock kernel kernel /boot/vmlinuz-linux-libre-lts-knock - append root=/dev/mmcblk0p1 rw console=ttyS0,115200 + initrd /boot/initramfs-linux-libre-lts-knock-fallback.img + append console=ttyS0,115200 root=/dev/mmcblk0p1 rw rootwait fdtdir /boot/dtbs/linux-libre-lts-knock label Parabola GNU/Linux-libre, linux-libre-hardened kernel kernel /boot/vmlinuz-linux-libre-hardened - append root=/dev/mmcblk0p1 rw console=ttyS0,115200 + initrd /boot/initramfs-linux-libre-hardened-fallback.img + append console=ttyS0,115200 root=/dev/mmcblk0p1 rw rootwait fdtdir /boot/dtbs/linux-libre-hardened label Parabola GNU/Linux-libre, linux-libre-lts-apparmor kernel kernel /boot/vmlinuz-linux-libre-lts-apparmor - append root=/dev/mmcblk0p1 rw console=ttyS0,115200 + initrd /boot/initramfs-linux-libre-lts-apparmor-fallback.img + append console=ttyS0,115200 root=/dev/mmcblk0p1 rw rootwait fdtdir /boot/dtbs/linux-libre-lts-apparmor label Parabola GNU/Linux-libre, linux-libre-pck kernel kernel /boot/vmlinuz-linux-libre-pck - append root=/dev/mmcblk0p1 rw console=ttyS0,115200 + initrd /boot/initramfs-linux-libre-pck-fallback.img + append console=ttyS0,115200 root=/dev/mmcblk0p1 rw rootwait fdtdir /boot/dtbs/linux-libre-pck label Parabola GNU/Linux-libre, linux-libre-rt kernel kernel /boot/vmlinuz-linux-libre-rt - append root=/dev/mmcblk0p1 rw console=ttyS0,115200 + initrd /boot/initramfs-linux-libre-rt-fallback.img + append console=ttyS0,115200 root=/dev/mmcblk0p1 rw rootwait fdtdir /boot/dtbs/linux-libre-rt label Parabola GNU/Linux-libre, linux-libre-xtreme kernel kernel /boot/vmlinuz-linux-libre-xtreme - append root=/dev/mmcblk0p1 rw console=ttyS0,115200 + initrd /boot/initramfs-linux-libre-xtreme-fallback.img + append console=ttyS0,115200 root=/dev/mmcblk0p1 rw rootwait fdtdir /boot/dtbs/linux-libre-xtreme -- cgit v1.2.3