On 03/31/2010 10:20 PM, Joey Boggs wrote:
A previous patch removed the manual initrd rebuild as dracut now builds it 
correctly. With that being removed the initrd0.img file was not being copied 
over to the system preventing boot
---
  scripts/ovirt-config-boot |    1 +
  1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/scripts/ovirt-config-boot b/scripts/ovirt-config-boot
index 8cc127b..5f2450e 100755
--- a/scripts/ovirt-config-boot
+++ b/scripts/ovirt-config-boot
@@ -132,6 +132,7 @@ ovirt_boot_setup() {
      mkdir -p $grub_dir

      cp -p $live/$syslinux/vmlinuz0 $initrd_dest
+    cp -p $live/$syslinux/initrd0.img $initrd_dest
      rc=$?
      if [ $rc -ne 0 ]; then
          log "kernel image copy failed."
pushed, was blocking successful install

_______________________________________________
Ovirt-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/ovirt-devel

Reply via email to