File tree Expand file tree Collapse file tree 5 files changed +0
-10
lines changed Expand file tree Collapse file tree 5 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -223,9 +223,6 @@ configuration file has the following fields:
223
223
* ` cpu_template ` (required) - The Firecracker CPU emulation template. Supported
224
224
values are "C3" and "T2".
225
225
* ` additional_drives ` (unused)
226
- * ` console ` (optional) - How the console device should be handled. Supported
227
- values are "" (blank), "stdio", and "xterm". Setting "xterm" will launch a
228
- new xterm instance and requires a running X server.
229
226
* ` log_fifo ` (optional) - Named pipe where Firecracker logs should be delivered.
230
227
* ` log_level ` (optional) - Log level for the Firecracker logs
231
228
* ` metrics_fifo ` (optional) - Named pipe where Firecracker metrics should be
@@ -244,7 +241,6 @@ configuration file has the following fields:
244
241
"root_drive" : " /var/lib/firecracker-containerd/runtime/hello-rootfs.ext4" ,
245
242
"cpu_count" : 1 ,
246
243
"cpu_template" : " T2" ,
247
- "console" : " stdio" ,
248
244
"log_fifo" : " /tmp/fc-logs.fifo" ,
249
245
"log_level" : " Debug" ,
250
246
"metrics_fifo" : " /tmp/fc-metrics.fifo"
Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ sudo tee -a /etc/containerd/firecracker-runtime.json <<EOF
142
142
"root_drive": "/var/lib/firecracker-containerd/runtime/hello-rootfs.ext4",
143
143
"cpu_count": 1,
144
144
"cpu_template": "T2",
145
- "console": "stdio",
146
145
"log_fifo": "/tmp/fc-logs.fifo",
147
146
"log_level": "Debug",
148
147
"metrics_fifo": "/tmp/fc-metrics.fifo"
Original file line number Diff line number Diff line change @@ -49,9 +49,6 @@ configuration file has the following fields:
49
49
* ` cpu_template ` (required) - The Firecracker CPU emulation template. Supported
50
50
values are "C3" and "T2".
51
51
* ` additional_drives ` (unused)
52
- * ` console ` (optional) - How the console device should be handled. Supported
53
- values are "" (blank), "stdio", and "xterm". Setting "xterm" will launch a
54
- new xterm instance and requires a running X server.
55
52
* ` log_fifo ` (optional) - Named pipe where Firecracker logs should be delivered.
56
53
* ` log_level ` (optional) - Log level for the Firecracker logs
57
54
* ` metrics_fifo ` (optional) - Named pipe where Firecracker metrics should be
Original file line number Diff line number Diff line change 8
8
"additional_drives" : {
9
9
"./shim.img" : " rw"
10
10
},
11
- "console" : " stdio" ,
12
11
"log_fifo" : " /tmp/fc-logs.fifo" ,
13
12
"log_level" : " Debug" ,
14
13
"metrics_fifo" : " /tmp/fc-metrics.fifo" ,
Original file line number Diff line number Diff line change 5
5
"root_drive" : " /var/lib/firecracker-containerd/runtime/hello-rootfs.ext4" ,
6
6
"cpu_count" : 1 ,
7
7
"cpu_template" : " T2" ,
8
- "console" : " stdio" ,
9
8
"log_fifo" : " /tmp/fc-logs.fifo" ,
10
9
"log_level" : " Debug" ,
11
10
"metrics_fifo" : " /tmp/fc-metrics.fifo"
You can’t perform that action at this time.
0 commit comments