2
0
mirror of https://github.com/pikvm/pikvm synced 2024-11-18 09:25:43 +00:00

Update cookbook.md

Close a bracket
This commit is contained in:
Sam Reed 2020-11-27 22:37:50 +00:00 committed by GitHub
parent f0c16c262c
commit 46a4b4e682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ How to create RW flash drive:
```
# rw
```
2. Create the empty image file of the desire size (1Gb in this example.
2. Create the empty image file of the desire size (1Gb in this example).
```
# dd if=/dev/zero of=/root/flash.img bs=1024
```