Skip to content

Commit df3ab35

Browse files
committed
use cdp
1 parent 2204d72 commit df3ab35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
vm:
44
rm -rf ./vm/image
55
env86 create --with-guest --from-docker ./vm/Dockerfile ./vm/image
6-
env86 boot --cold --ttyS0 --save --no-console --exit-on="localhost:~#" ./vm/image
6+
env86 boot --cdp --cold --ttyS0 --save --no-console --exit-on="localhost:~#" ./vm/image
77
rm -rf ./dist
88
env86 prepare ./vm/image ./dist

0 commit comments

Comments
 (0)