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
|
menu title Welcome to U-Boot with Extlinux support!
timeout 50
label Parabola GNU/Linux-libre, linux-libre kernel
kernel /boot/vmlinuz-linux-libre
append root=/dev/mmcblk0p1 rw console=ttyO0,115200 coherent_pool=1M
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=ttyO0,115200 coherent_pool=1M
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=ttyO0,115200 coherent_pool=1M
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=ttyO0,115200 coherent_pool=1M
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=ttyO0,115200 coherent_pool=1M
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=ttyO0,115200 coherent_pool=1M
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=ttyO0,115200 coherent_pool=1M
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=ttyO0,115200 coherent_pool=1M
fdtdir /boot/dtbs/linux-libre-xtreme
|