We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2204d72 commit df3ab35Copy full SHA for df3ab35
Makefile
@@ -3,6 +3,6 @@
3
vm:
4
rm -rf ./vm/image
5
env86 create --with-guest --from-docker ./vm/Dockerfile ./vm/image
6
- env86 boot --cold --ttyS0 --save --no-console --exit-on="localhost:~#" ./vm/image
+ env86 boot --cdp --cold --ttyS0 --save --no-console --exit-on="localhost:~#" ./vm/image
7
rm -rf ./dist
8
env86 prepare ./vm/image ./dist
0 commit comments