# HG changeset patch
# User John Levon <[email protected]>
# Date 1240543631 25200
# Node ID 0e3ca3aba71030b3f370edc2b8651b6ddb82eb43
# Parent  406a2d1897b9e1d16449729e4cb328c254dc15ed
Fix processing of extra args for OpenSolaris domains

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
@@ -1059,7 +1059,7 @@ class OpenSolarisDistro(SunDistro):
 
         args = ''
         if kopts:
-            args += '-' + kopts
+            args += ' -' + kopts
         if kbargs:
             args += ' -B ' + kbargs
 

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

Reply via email to