Commit 73564b7
committed
fix: drop i8042.nopnp argument from default kernel cmdline
Since Firecracker gained ACPI support, disabling the ACPI probing of the
keyboard device caused the CTRL+DEL+ALT functionality to no longer work
unless the user explicitly modified the default kernel command lines in
the PUT /machine-config endpoint.
Restore pre-ACPI behavior of not needing to do this by dropping this
parameter from the default set.
Signed-off-by: Patrick Roy <[email protected]>1 parent 1b9ba6f commit 73564b7
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
0 commit comments