create disk image if missing
This commit is contained in:
parent
ea641aa198
commit
a2021c3674
1 changed files with 4 additions and 0 deletions
4
qemu.sh
4
qemu.sh
|
|
@ -1,3 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
[ -e pladde.img ] || qemu-img create pladde.img 4G
|
||||
|
||||
qemu-system-x86_64 \
|
||||
-kernel vmlinuz \
|
||||
-initrd initrd.gz \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue