create disk image if missing

This commit is contained in:
jalr 2018-02-11 18:07:02 +01:00
parent ea641aa198
commit a2021c3674

View file

@ -1,3 +1,7 @@
#!/bin/sh
[ -e pladde.img ] || qemu-img create pladde.img 4G
qemu-system-x86_64 \
-kernel vmlinuz \
-initrd initrd.gz \