[PATCH] Fix processing of extra args for OpenSolaris domains

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



# HG changeset patch
# User John Levon <john.levon@xxxxxxx>
# Date 1240543631 25200
# Node ID 0e3ca3aba71030b3f370edc2b8651b6ddb82eb43
# Parent  406a2d1897b9e1d16449729e4cb328c254dc15ed
Fix processing of extra args for OpenSolaris domains

Signed-off-by: John Levon <john.levon@xxxxxxx>

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
et-mgmt-tools@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/et-mgmt-tools

[Index of Archives]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux