Created attachment 480743 [details] anacoda.log Description of problem: My kickstart includes the following partitioning schema: --- part /boot --fstype ext3 --size=150 part pv.01 --size=1024 --grow volgroup vg_root pv.01 logvol / --vgname=vg_root --size=1024 --grow --name=lv_root --- This had worked OK in Fedoras up to 14. In F-15, I get the following traceback: ---- Traceback (most recent call first): File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 494, in execute label=self.label, File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 1208, in execute obj.execute() File "/usr/sbin/anaconda", line 915, in <module> anaconda.ksdata.execute() AttributeError: 'LogVolData' object has no attribute 'label' ---- Version-Release number of selected component (if applicable): 15.20 How reproducible: install with a KS using the above partitioning Full anaconda.log is attached.
*** This bug has been marked as a duplicate of bug 677571 ***