summaryrefslogtreecommitdiff
path: root/libre/uboot4extlinux-imx/extlinux.conf
blob: ddc3b7ac227a75e301f69f93377a6925f3e5c042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
menu title Welcome to U-Boot with Extlinux support!

timeout 50

label Parabola GNU/Linux-libre, linux-libre kernel
	kernel /boot/vmlinuz-linux-libre
	initrd /boot/initramfs-linux-libre.img
	append 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
	initrd /boot/initramfs-linux-libre-lts.img
	append root=/dev/mmcblk0p1 rw rootwait
	fdtdir /boot/dtbs/linux-libre-lts

label Parabola GNU/Linux-libre, linux-libre-pck kernel
	kernel /boot/vmlinuz-linux-libre-pck
	initrd /boot/initramfs-linux-libre-pck.img
	append root=/dev/mmcblk0p1 rw rootwait
	fdtdir /boot/dtbs/linux-libre-pck