Skip to content

Commit 2c6e362

Browse files
committed
Build gce image without using a gui
1 parent ecb53a2 commit 2c6e362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ output/pcd-${PCD_VERSION}.img: output/pcd-${PCD_VERSION}.iso output/pcd-${PCD_VE
198198
dd if=/dev/zero of=$@ bs=4M count=256 conv=sparse
199199
python -m SimpleHTTPServer & \
200200
spid=$$! \
201-
&& kvm -m 512 -cdrom output/pcd-${PCD_VERSION}.iso \
201+
&& kvm -m 512 -nographic -cdrom output/pcd-${PCD_VERSION}.iso \
202202
-kernel output/pcd-${PCD_VERSION}.vmlinuz \
203-
-append 'url=http://10.0.2.2:8000/install.yaml' \
203+
-append 'console=ttyS0 url=http://10.0.2.2:8000/install.yaml' \
204204
$@ \
205205
&& kill $$spid
206206

0 commit comments

Comments
 (0)