Changes of Revision 34
[-] [+] | Changed | obsworker |
@@ -198,6 +198,11 @@ dd if=/dev/zero of=$ROOT/root_$I/swap bs=1M seek=$XEN_SWAP count=1 echo $XEN_MEMX > $ROOT/root_$I/memory fi + # create initrd for xen guests + if [ ! -f /boot/initrd ] ; then + mkinitrd -d / + ln -sf /boot/initrd-xen /boot/initrd + fi fi # prepare obsworker startup in screen... echo "screen -t $title ./bs_worker $obsopt $xen_opts $port --root $ROOT/root_$I" \ |