#!/bin/sh append="autoexec=xconf;telinit~4" while [ $# -gt 0 ]; do case $1 in "-t") append='';; esac shift done #NET="-net nic,vlan=0 -net tap,vlan=0,ifname=tap0" kvm $NET -no-acpi -kernel freslax-0.2/boot/vmlinuz -hda fat:freslax-0.2 -initrd freslax-0.2/boot/initrd.gz -append "ramdisk_size=6666 root=/dev/ram0 rw $append"