Skip to content

Commit 24acf10

Browse files
acatangiumattschlebusch
authored andcommitted
boot-time: disable keyboard probing from cmdline
Signed-off-by: Adrian Catangiu <[email protected]>
1 parent ccc872a commit 24acf10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

start-firecracker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ RO_DRIVE="$PWD/resources/rootfs.ext4"
66
KERNEL="$PWD/resources/vmlinux"
77
TAP_DEV="fc-${SB_ID}-tap0"
88

9-
KERNEL_BOOT_ARGS="init=/sbin/boottime_init panic=1 pci=off reboot=k tsc=reliable quiet 8250.nr_uarts=0 ipv6.disable=1"
10-
#KERNEL_BOOT_ARGS="console=ttyS0 reboot=k panic=1 pci=off nomodules ipv6.disable=1"
9+
KERNEL_BOOT_ARGS="init=/sbin/boottime_init panic=1 pci=off nomodules reboot=k tsc=reliable quiet i8042.nokbd i8042.noaux 8250.nr_uarts=0 ipv6.disable=1"
10+
#KERNEL_BOOT_ARGS="console=ttyS0 reboot=k panic=1 pci=off nomodules i8042.nokbd i8042.noaux ipv6.disable=1"
1111

1212
API_SOCKET="/tmp/firecracker-sb${SB_ID}.sock"
1313
CURL=(curl --silent --show-error --header "Content-Type: application/json" --unix-socket "${API_SOCKET}" --write-out "HTTP %{http_code}")

0 commit comments

Comments
 (0)