Skip to content

Commit

Permalink
use cdp
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Sep 3, 2024
1 parent 2204d72 commit df3ab35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
vm:
rm -rf ./vm/image
env86 create --with-guest --from-docker ./vm/Dockerfile ./vm/image
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
rm -rf ./dist
env86 prepare ./vm/image ./dist

0 comments on commit df3ab35

Please sign in to comment.