We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb53a2 commit 2c6e362Copy full SHA for 2c6e362
Makefile
@@ -198,9 +198,9 @@ output/pcd-${PCD_VERSION}.img: output/pcd-${PCD_VERSION}.iso output/pcd-${PCD_VE
198
dd if=/dev/zero of=$@ bs=4M count=256 conv=sparse
199
python -m SimpleHTTPServer & \
200
spid=$$! \
201
- && kvm -m 512 -cdrom output/pcd-${PCD_VERSION}.iso \
+ && kvm -m 512 -nographic -cdrom output/pcd-${PCD_VERSION}.iso \
202
-kernel output/pcd-${PCD_VERSION}.vmlinuz \
203
- -append 'url=http://10.0.2.2:8000/install.yaml' \
+ -append 'console=ttyS0 url=http://10.0.2.2:8000/install.yaml' \
204
$@ \
205
&& kill $$spid
206
0 commit comments