diff --git a/.gitignore b/.gitignore index 7c20367..627e012 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ initrd.gz vmlinuz +pladde.img diff --git a/qemu.sh b/qemu.sh old mode 100644 new mode 100755 index 7a476b0..e5860fa --- a/qemu.sh +++ b/qemu.sh @@ -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