forked from u-root/u-root
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfedora_27_install.json
38 lines (38 loc) · 1.19 KB
/
fedora_27_install.json
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
[
{
"cmdline": "root=live:CDLABEL=Fedora-WS-Live-27-1-6 rd.live.image rd.live.check quiet",
"image_type": "linux",
"initrd": {
"url": "file:///testdata_new/fedora_27_install/images/pxeboot/initrd.img"
},
"kernel": {
"url": "file:///testdata_new/fedora_27_install/images/pxeboot/vmlinuz"
},
"name": "Test this media \u0026 start Fedora-Workstation-Live 27",
"rank": "0"
},
{
"cmdline": "root=live:CDLABEL=Fedora-WS-Live-27-1-6 rd.live.image quiet",
"image_type": "linux",
"initrd": {
"url": "file:///testdata_new/fedora_27_install/images/pxeboot/initrd.img"
},
"kernel": {
"url": "file:///testdata_new/fedora_27_install/images/pxeboot/vmlinuz"
},
"name": "Start Fedora-Workstation-Live 27",
"rank": "0"
},
{
"cmdline": "root=live:CDLABEL=Fedora-WS-Live-27-1-6 rd.live.image nomodeset quiet",
"image_type": "linux",
"initrd": {
"url": "file:///testdata_new/fedora_27_install/images/pxeboot/initrd.img"
},
"kernel": {
"url": "file:///testdata_new/fedora_27_install/images/pxeboot/vmlinuz"
},
"name": "Start Fedora-Workstation-Live 27 in basic graphics mode",
"rank": "0"
}
]