forked from u-root/u-root
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdebian_10_4_installed.json
38 lines (38 loc) · 1.22 KB
/
debian_10_4_installed.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=UUID=39ec20e2-83f5-44ce-8671-f31ce0856377 ro console=ttyS0 quiet",
"image_type": "linux",
"initrd": {
"url": "file:///testdata_new/debian_10_4_installed/boot/initrd.img-4.19.0-9-amd64"
},
"kernel": {
"url": "file:///testdata_new/debian_10_4_installed/boot/vmlinuz-4.19.0-9-amd64"
},
"name": "Debian GNU/Linux",
"rank": "0"
},
{
"cmdline": "root=UUID=39ec20e2-83f5-44ce-8671-f31ce0856377 ro console=ttyS0 quiet",
"image_type": "linux",
"initrd": {
"url": "file:///testdata_new/debian_10_4_installed/boot/initrd.img-4.19.0-9-amd64"
},
"kernel": {
"url": "file:///testdata_new/debian_10_4_installed/boot/vmlinuz-4.19.0-9-amd64"
},
"name": "Debian GNU/Linux, with Linux 4.19.0-9-amd64",
"rank": "0"
},
{
"cmdline": "root=UUID=39ec20e2-83f5-44ce-8671-f31ce0856377 ro single console=ttyS0",
"image_type": "linux",
"initrd": {
"url": "file:///testdata_new/debian_10_4_installed/boot/initrd.img-4.19.0-9-amd64"
},
"kernel": {
"url": "file:///testdata_new/debian_10_4_installed/boot/vmlinuz-4.19.0-9-amd64"
},
"name": "Debian GNU/Linux, with Linux 4.19.0-9-amd64 (recovery mode)",
"rank": "0"
}
]