Skip to content

Commit

Permalink
- avoid all default device built-in into qemu-kvm
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed May 12, 2015
1 parent 2852127 commit 60aed54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-vm-kvm
Expand Up @@ -178,7 +178,7 @@ vm_startup_kvm() {
if test -n "$VMDISK_MOUNT_OPTIONS" ; then
qemu_rootflags="rootflags=${VMDISK_MOUNT_OPTIONS#-o }"
fi
set -- $qemu_bin -no-reboot -nographic -vga none -net none $kvm_options \
set -- $qemu_bin -nodefaults -serial stdio -no-reboot -nographic -vga none -net none $kvm_options \
-kernel $vm_kernel \
-initrd $vm_initrd \
-append "root=$qemu_rootdev $qemu_rootfstype $qemu_rootflags panic=1 quiet no-kvmclock nmi_watchdog=0 rw rd.driver.pre=binfmt_misc elevator=noop console=$kvm_console init=$vm_init_script" \
Expand Down

0 comments on commit 60aed54

Please sign in to comment.