From 0a82ec7845f703c06cf82fc71af23c7feffdce2a Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Tue, 26 Jul 2011 10:16:44 +0400 Subject: [PATCH] Enable show-partition without -d. --- pym/cl_install_cmd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pym/cl_install_cmd.py b/pym/cl_install_cmd.py index 338a965..ff2a050 100644 --- a/pym/cl_install_cmd.py +++ b/pym/cl_install_cmd.py @@ -257,6 +257,7 @@ class install_cmd(share_cmd): example="default:192.168.1.1")) if not (values.install or values.uninstall or values.live): if values.v is False and \ + not values.p and \ values.d is None and \ not self.logicObj.clVars.Get('os_install_dev_from'): self.optobj.error(_("need specify disk by '-d' option"))