Skip to content

Commit

Permalink
chore(scripts): use similar boot args as riklet
Browse files Browse the repository at this point in the history
Signed-off-by: AlexandreBrg <[email protected]>
  • Loading branch information
alexandrebrg committed Apr 26, 2023
1 parent f1b5cdb commit deb8768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ sub_run-firecracker() {
local api_socket="/tmp/rik-api.socket"
# Network format:
# ip=<ip>::<gateway>:<netmask>:<hostname>:<device>:<autoconf>
local boot_args="console=ttyS0 reboot=k panic=1 pci=off ip=172.12.0.253::172.12.0.254:255.255.255.252::eth0:off"
local boot_args="console=ttyS0 reboot=k nomodules random.trust_cpu=on panic=1 pci=off tsc=reliable i8042.nokbd i8042.noaux quiet loglevel=0 ip=172.12.0.253::172.12.0.254:255.255.255.252::eth0:off"

for cmd in "firecracker sudo"; do
check_prerequisite $cmd
Expand Down

0 comments on commit deb8768

Please sign in to comment.