##// END OF EJS Templates
Added: QEMU initramfs output
drtyhlpr -
r260:bd495e424ce6
parent child
Show More
@@ -617,6 +617,11 if [ "$ENABLE_QEMU" = true ] ; then
617 fi
617 fi
618 done
618 done
619 fi
619 fi
620
621 # Copy initramfs to QEMU directory
622 if [ -f "${BOOT_DIR}/initramfs-${KERNEL_VERSION}" ] ; then
623 install_readonly "${BOOT_DIR}/initramfs-${KERNEL_VERSION}" "${BASEDIR}/qemu/initramfs-${KERNEL_VERSION}"
624 fi
620 fi
625 fi
621
626
622 # Calculate size of the chroot directory in KB
627 # Calculate size of the chroot directory in KB
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant