add local pladde
This commit is contained in:
parent
6f07229747
commit
ea641aa198
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
initrd.gz
|
||||
vmlinuz
|
||||
pladde.img
|
||||
|
|
|
|||
2
qemu.sh
Normal file → Executable file
2
qemu.sh
Normal file → Executable 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue