add local pladde

This commit is contained in:
Simon Bruder 2018-02-11 16:12:56 +00:00
parent 6f07229747
commit ea641aa198
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
initrd.gz
vmlinuz
pladde.img

2
qemu.sh Normal file → Executable file
View file

@ -1,6 +1,6 @@
qemu-system-x86_64 \
-kernel vmlinuz \
-initrd initrd.gz \
-drive format=raw,if=scsi,file=../qemutest/debian.img \
-drive format=raw,if=scsi,file=pladde.img \
-append root=/dev/sda1 \
-m 1G