All pastes #1975737 Raw Edit

Unnamed

public text v1 · immutable
#1975737 ·published 2010-10-28 18:42 UTC
rendered paste body
#/bin/bash
kvm \
	-cpu host  \
	-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-frame \
	-no-quit \
	-drive index=0,if=ide,media=disk,cache=none,file=/dev/stuff/guest1,boot=on \
	-cdrom ru_winxp_pro_with_sp3_vl.iso \
	-fda virtio-win-1.1.11-0.vfd