diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-02-11 16:01:41 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-02-11 16:01:41 +0000 |
commit | a3ed59c2f3e01fa7118c6a398918db7a9d5f1f2c (patch) | |
tree | 9a5c27c7e61519693e0ff182b7d87f7a9e7b815c /fsset.py | |
parent | 1f4f9539c206c23c76f7e358bb6456114d0b416b (diff) | |
download | anaconda-a3ed59c2f3e01fa7118c6a398918db7a9d5f1f2c.tar.gz anaconda-a3ed59c2f3e01fa7118c6a398918db7a9d5f1f2c.tar.xz anaconda-a3ed59c2f3e01fa7118c6a398918db7a9d5f1f2c.zip |
add a comment for me to think about lateranaconda-8.0.94-1
Diffstat (limited to 'fsset.py')
-rw-r--r-- | fsset.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1611,6 +1611,8 @@ class VolumeGroupDevice(Device): # XXX the lvm tools are broken and will only work for /dev node = volume.setupDevice(chroot, devPrefix="/dev") + # XXX I should check if the pv is set up somehow so that we + # can have preexisting vgs and add new pvs to them. if not self.isSetup: # now make the device into a real physical volume # XXX I don't really belong here. should |