diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-06-11 00:23:14 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-06-11 00:23:14 +0000 |
commit | 2588549674ab8137e3eaf79734bf5d57c46091ab (patch) | |
tree | 91d80e48f8b0e3433606e885c8f4ad37c2035cad /fsset.py | |
parent | 138bc062e072b40d73635c3d92e89b38264dc638 (diff) | |
download | anaconda-2588549674ab8137e3eaf79734bf5d57c46091ab.tar.gz anaconda-2588549674ab8137e3eaf79734bf5d57c46091ab.tar.xz anaconda-2588549674ab8137e3eaf79734bf5d57c46091ab.zip |
I should have waited until I was done testing... fix the argument
Diffstat (limited to 'fsset.py')
-rw-r--r-- | fsset.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1551,7 +1551,7 @@ class VolumeGroupDevice(Device): lvm.vgscan() args = [ "/usr/sbin/vgcreate", "-v", - "-p", "%sk" %(self.physicalextentsize,), + "-s", "%sk" %(self.physicalextentsize,), self.name ] args.extend(nodes) rc = iutil.execWithRedirect(args[0], args, |