Changes of Revision 39
[-] [+] | Changed | obsworker |
@@ -202,7 +202,12 @@ # create initrd for xen guests if [ ! -f /boot/initrd ] ; then mkinitrd -d / + if [ "$obsopt" == "--xen" ] ; then ln -sf /boot/initrd-xen /boot/initrd + fi + if [ "$obsopt" == "--kvm" ] ; then + ln -sf /boot/initrd-`uname -r` /boot/initrd + fi fi while test "$NUM" -gt "$I"; do if [ "$OBS_WORKER_PORTBASE" -gt 0 ]; then |