We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1405edc commit b3195f0Copy full SHA for b3195f0
examples/basic/src/main.rs
@@ -49,7 +49,7 @@ fn main() {
49
"if=pflash,format=raw,unit=0,file={},readonly=on",
50
code.display()
51
));
52
- // copy vars and enable rw instead of snapshot if you want to store data (e.g. enrole secure boot keys)
+ // copy vars and enable rw instead of snapshot if you want to store data (e.g. enroll secure boot keys)
53
cmd.arg("-drive").arg(format!(
54
"if=pflash,format=raw,unit=1,file={},snapshot=on",
55
vars.display()
0 commit comments