Skip to content

Commit 0dee034

Browse files
committed
fix: typo in Getting started guide
`--enable-pci` flag was added within quotes that were enclosing the name for the API socket path, leading to invalid socket path (and no PCI support). (cherry picked from commit f101299) Signed-off-by: Babis Chalios <[email protected]>
1 parent fa02b45 commit 0dee034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ API_SOCKET="/tmp/firecracker.socket"
194194
sudo rm -f $API_SOCKET
195195

196196
# Run firecracker
197-
sudo ./firecracker --api-sock "${API_SOCKET} --enable-pci"
197+
sudo ./firecracker --api-sock "${API_SOCKET}" --enable-pci
198198
```
199199

200200
The `--enable-pci` flag instructs Firecracker to create all VirtIO devices using

0 commit comments

Comments
 (0)