Skip to content

Commit

Permalink
Fix getting started docs for aarch64.
Browse files Browse the repository at this point in the history
Update sample /boot-source API call to use console on ttyS0.

Signed-off-by: Andrei Sandu <[email protected]>
  • Loading branch information
sandreim committed Sep 11, 2019
1 parent 60085d5 commit 5986826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ In your **second shell** prompt:
-H 'Content-Type: application/json' \
-d "{
\"kernel_image_path\": \"${kernel_path}\",
\"boot_args\": \"keep_bootcon console=tty1 reboot=k panic=1 pci=off\"
\"boot_args\": \"keep_bootcon console=ttyS0 reboot=k panic=1 pci=off\"
}"
else
echo "Cannot run firecracker on $arch architecture!"
Expand Down

0 comments on commit 5986826

Please sign in to comment.