]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
rcS: start xend.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 12 Jan 2011 22:15:35 +0000 (17:15 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 12 Jan 2011 22:15:35 +0000 (17:15 -0500)
root_image/etc/init.d/rcS

index 20106d6f581494c06e825471e7342ea18f0cd85e..5bab3db0e7e56297eb140ed634fc95901c6cc49f 100755 (executable)
@@ -70,6 +70,7 @@ if [ $? == 1 ]; then
        modprobe evtchn
        modprobe xen_evtchn
        /etc/init.d/xencommons start
+       /etc/init.d/xend start
        rm -f /dev/ttyS0
        ln -s /dev/zero /dev/ttyS0
 else