Support post-2009.06 OpenSolaris releases

Future OpenSolaris releases will have the boot archive at
/platform/i86pc/boot_archive.

Signed-off-by: John Levon <[email protected]>

diff --git a/virtinst/OSDistro.py b/virtinst/OSDistro.py
--- a/virtinst/OSDistro.py
+++ b/virtinst/OSDistro.py
@@ -1028,7 +1028,7 @@
     os_variant = "opensolaris"
  
     kernelpath = "platform/i86xpv/kernel/unix"
-    initrdpaths = [ "boot/boot_archive", "boot/x86.microroot" ]
+    initrdpaths = [ "platform/i86pc/boot_archive", "boot/x86.microroot" ]
 
     def isValidStore(self, fetcher, progresscb):
         if fetcher.hasFile(self.kernelpath):

_______________________________________________
et-mgmt-tools mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/et-mgmt-tools

Reply via email to