summaryrefslogtreecommitdiff
path: root/libre-testing/uboot4extlinux-sunxi/extlinux.conf
blob: bb1d89bb262a18c9d438cb75ef962cb14a51e333 (plain)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
#=====================================================================#
#  NOTE: most of these examples will not be needed                    #
#        feel free to customize this file                             #
#        * ensure that the root= option indicates your / file-system  #
#        * boot a fallback initd first                                #
#        * boot a 'default console' entry for HDMI/DVI/VGA            #
#        * boot a 'serial console' entry for UART                     #
#=====================================================================#

MENU title Parabola GNU/Linux-libre ARM Boot Menu

TIMEOUT 50


default console ##

## complete initrds - default console ##

LABEL Parabola GNU/Linux-libre, linux-libre kernel
	KERNEL ../vmlinuz-linux-libre
	INITRD ../initramfs-linux-libre.img
	APPEND root=/dev/mmcblk0p1 rw rootwait
	FDTDIR ../dtbs/linux-libre

LABEL Parabola GNU/Linux-libre, linux-libre-lts kernel
	KERNEL ../vmlinuz-linux-libre-lts
	INITRD ../initramfs-linux-libre-lts.img
	APPEND root=/dev/mmcblk0p1 rw rootwait
	FDTDIR ../dtbs/linux-libre-lts

LABEL Parabola GNU/Linux-libre, linux-libre-pck kernel
	KERNEL ../vmlinuz-linux-libre-pck
	INITRD ../initramfs-linux-libre-pck.img
	APPEND root=/dev/mmcblk0p1 rw rootwait
	FDTDIR ../dtbs/linux-libre-pck



## complete initrds - serial console ##

LABEL Parabola GNU/Linux-libre, linux-libre kernel (serial console)
	KERNEL ../vmlinuz-linux-libre
	INITRD ../initramfs-linux-libre.img
	APPEND console=ttyS0,115200 root=/dev/mmcblk0p1 rw rootwait
	FDTDIR ../dtbs/linux-libre

LABEL Parabola GNU/Linux-libre, linux-libre-lts kernel (serial console)
	KERNEL ../vmlinuz-linux-libre-lts
	INITRD ../initramfs-linux-libre-lts.img
	APPEND console=ttyS0,115200 root=/dev/mmcblk0p1 rw rootwait
	FDTDIR ../dtbs/linux-libre-lts

LABEL Parabola GNU/Linux-libre, linux-libre-pck kernel (serial console)
	KERNEL ../vmlinuz-linux-libre-pck
	INITRD ../initramfs-linux-libre-pck.img
	APPEND console=ttyS0,115200 root=/dev/mmcblk0p1 rw rootwait
	FDTDIR ../dtbs/linux-libre-pck


## fallback initrds - default console ##

LABEL Parabola GNU/Linux-libre, linux-libre kernel, fallback initrd
	KERNEL ../vmlinuz-linux-libre
	INITRD ../initramfs-linux-libre-fallback.img
	APPEND root=/dev/mmcblk0p1 rw rootwait
	FDTDIR ../dtbs/linux-libre

LABEL Parabola GNU/Linux-libre, linux-libre-lts kernel, fallback initrd
	KERNEL ../vmlinuz-linux-libre-lts
	INITRD ../initramfs-linux-libre-lts-fallback.img
	APPEND root=/dev/mmcblk0p1 rw rootwait
	FDTDIR ../dtbs/linux-libre-lts

LABEL Parabola GNU/Linux-libre, linux-libre-pck kernel, fallback initrd
	KERNEL ../vmlinuz-linux-libre-pck
	INITRD ../initramfs-linux-libre-pck-fallback.img
	APPEND root=/dev/mmcblk0p1 rw rootwait
	FDTDIR ../dtbs/linux-libre-pck


## fallback initrds - serial console ##

LABEL Parabola GNU/Linux-libre, linux-libre kernel, fallback initrd (serial console)
	KERNEL ../vmlinuz-linux-libre
	INITRD ../initramfs-linux-libre-fallback.img
	APPEND console=ttyS0,115200 root=/dev/mmcblk0p1 rw rootwait
	FDTDIR ../dtbs/linux-libre

LABEL Parabola GNU/Linux-libre, linux-libre-lts kernel, fallback initrd (serial console)
	KERNEL ../vmlinuz-linux-libre-lts
	INITRD ../initramfs-linux-libre-lts-fallback.img
	APPEND console=ttyS0,115200 root=/dev/mmcblk0p1 rw rootwait
	FDTDIR ../dtbs/linux-libre-lts

LABEL Parabola GNU/Linux-libre, linux-libre-pck kernel, fallback initrd (serial console)
	KERNEL ../vmlinuz-linux-libre-pck
	INITRD ../initramfs-linux-libre-pck-fallback.img
	APPEND console=ttyS0,115200 root=/dev/mmcblk0p1 rw rootwait
	FDTDIR ../dtbs/linux-libre-pck