All pastes #1976291 Raw Edit

Unnamed

public text v1 · immutable
#1976291 ·published 2010-10-29 12:13 UTC
rendered paste body
#/bin/bash
kvm \
	-cpu Penryn \
	-smp 2 \
	-net nic,model=virtio \
	-net tap,ifname=qtap0,script=no,downscript=no \
	-m 1024 \
	-vga std \
	-clock hpet \
	-rtc base=localtime,clock=host \
	-enable-kvm \
	-boot c \
	-sdl \
	-no-quit \
	-drive index=0,if=virtio,media=disk,cache=none,file=/dev/stuff/guest0,boot=on \
	-drive index=0,if=virtio,media=cdrom,cache=writeback,file=sgcd.iso \
	-fda virtio-win-1.1.11-0.vfd