1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
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-fallback.img
append coherent_pool=1M console=ttyO0,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
initrd /boot/initramfs-linux-libre-lts-fallback.img
append coherent_pool=1M console=ttyO0,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
initrd /boot/initramfs-linux-libre-lts-knock-fallback.img
append coherent_pool=1M console=ttyO0,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
initrd /boot/initramfs-linux-libre-hardened-fallback.img
append coherent_pool=1M console=ttyO0,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
initrd /boot/initramfs-linux-libre-lts-apparmor-fallback.img
append coherent_pool=1M console=ttyO0,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
initrd /boot/initramfs-linux-libre-pck-fallback.img
append coherent_pool=1M console=ttyO0,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
initrd /boot/initramfs-linux-libre-rt-fallback.img
append coherent_pool=1M console=ttyO0,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
initrd /boot/initramfs-linux-libre-xtreme-fallback.img
append coherent_pool=1M console=ttyO0,115200 root=/dev/mmcblk0p1 rw rootwait
fdtdir /boot/dtbs/linux-libre-xtreme
|