cat > /etc/xen/xend-config.sxp << "EOF" # -*- sh -*- # # Xend configuration file. # (xend-relocation-server yes) (xend-relocation-hosts-allow '^localhost$ ^localhost\\.localdomain$') (network-script network-nat) (vif-script vif-nat) # Die nächsten beiden Werte anpassen. (dom0-min-mem 128) (dom0-cpus 0) (vncpasswd '') EOF