-
Notifications
You must be signed in to change notification settings - Fork 8
/
sparky.cfg
154 lines (117 loc) · 4.18 KB
/
sparky.cfg
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# sparky linux
# copy /live to /sparky or other location
#
# note: if you want to install the system, you have to fix the path
# to the squashfs file in /etc/live-installer/install.conf
# just replace the "/live/" part with (in this case) "/sparky/"
# and then start the installer, otherwise it will appear to hang before copying the files over
#
label live
menu label SparkyLinux English
kernel /sparky/vmlinuz
append initrd=/sparky/initrd.img boot=live config live-media-path=sparky
label live
menu label SparkyLinux French
kernel /sparky/vmlinuz
append initrd=/sparky/initrd.img boot=live config lang=fr live-media-path=sparky
label live
menu label SparkyLinux German
kernel /sparky/vmlinuz
append initrd=/sparky/initrd.img boot=live config lang=de live-media-path=sparky
label live
menu label SparkyLinux Polish
kernel /sparky/vmlinuz
append initrd=/sparky/initrd.img boot=live config lang=pl live-media-path=sparky
MENU BEGIN More languages...
label live
menu label SparkyLinux Arabic
kernel /sparky/vmlinuz
append initrd=/sparky/initrd.img boot=live config lang=ar live-media-path=sparky
label live
menu label SparkyLinux Chinese
kernel /sparky/vmlinuz
append initrd=/sparky/initrd.img boot=live config lang=zh live-media-path=sparky
label live
menu label SparkyLinux Czech
kernel /sparky/vmlinuz
append initrd=/sparky/initrd.img boot=live config lang=cs live-media-path=sparky
label live
menu label SparkyLinux Danish
kernel /sparky/vmlinuz
append initrd=/sparky/initrd.img boot=live config lang=da live-media-path=sparky
label live
menu label SparkyLinux Dutch
kernel /sparky/vmlinuz
append initrd=/sparky/initrd.img boot=live config lang=nl live-media-path=sparky
label live
menu label SparkyLinux Greek
kernel /sparky/vmlinuz
append initrd=/sparky/initrd.img boot=live config lang=el live-media-path=sparky
label live
menu label SparkyLinux Hebrew
kernel /sparky/vmlinuz
append initrd=/sparky/initrd.img boot=live config lang=he live-media-path=sparky
label live
menu label SparkyLinux Hindu
kernel /sparky/vmlinuz
append initrd=/sparky/initrd.img boot=live config lang=hi live-media-path=sparky
label live
menu label SparkyLinux Hungarian
kernel /sparky/vmlinuz
append initrd=/sparky/initrd.img boot=live config lang=hu live-media-path=sparky
MENU BEGIN More languages...
label live
menu label SparkyLinux Italian
kernel /sparky/vmlinuz
append initrd=/sparky/initrd.img boot=live config lang=it live-media-path=sparky
label live
menu label SparkyLinux Japanese
kernel /sparky/vmlinuz
append initrd=/sparky/initrd.img boot=live config lang=jp live-media-path=sparky
label live
menu label SparkyLinux Korean
kernel /sparky/vmlinuz
append initrd=/sparky/initrd.img boot=live config lang=ko live-media-path=sparky
label live
menu label SparkyLinux Portuguese
kernel /sparky/vmlinuz
append initrd=/sparky/initrd.img boot=live config lang=pt live-media-path=sparky
label live
menu label SparkyLinux Romanian
kernel /sparky/vmlinuz
append initrd=/sparky/initrd.img boot=live config lang=ro live-media-path=sparky
label live
menu label SparkyLinux Russian
kernel /sparky/vmlinuz
append initrd=/sparky/initrd.img boot=live config lang=ru live-media-path=sparky
label live
menu label SparkyLinux Slovak
kernel /sparky/vmlinuz
append initrd=/sparky/initrd.img boot=live config lang=sk live-media-path=sparky
label live
menu label SparkyLinux Spanish
kernel /sparky/vmlinuz
append initrd=/sparky/initrd.img boot=live config lang=es live-media-path=sparky
label live
menu label SparkyLinux Swedish
kernel /sparky/vmlinuz
append initrd=/sparky/initrd.img boot=live config lang=sv live-media-path=sparky
MENU END
MENU END
MENU SEPARATOR
label live
menu label SparkyLinux text mode
kernel /sparky/vmlinuz
append initrd=/sparky/initrd.img boot=live config text
label livefailsafe
menu label SparkyLinux failsafe
kernel /sparky/vmlinuz
append initrd=/sparky/initrd.img boot=live config noapic noapm nodma nomce nolapic pci=nomsi nomodeset radeon.modeset=0 nouveau.modeset=0 nosmp vga=normal
label memtest
menu label Run memtest
kernel /isolinux/memtest.bin
append -
label hd
menu label Boot the first hard disk
localboot 0x80
append -