Hello all:<br><br>Just been playing around with creating a custom Fedora spin using the live cd tools. In my kickstart file [1] I have specified a:<br>"part / --size 10000", since I am installing a lot of custom packages. (Actually 5G should be enough). But anyway, so, when I start the installer (/usr/bin/liveinst) from the LiveCD environment, it crashes with:<br>
<br><crash><br><br>Traceback (most recent call last):<br>  File "/usr/sbin/anaconda", line 507, in <module><br>    from pyanaconda import kickstart<br>  File "/usr/lib/python2.7/site-packages/pyanaconda/kickstart.py", line 21, in <module><br>
    from storage.deviceaction import *<br>  File "/usr/lib/python2.7/site-packages/pyanaconda/storage/__init__.py", line 31, in <module><br>    import parted<br>  File "/usr/lib/python2.7/site-packages/parted/__init__.py", line 53, in <module><br>
    from partition import Partition<br>  File "/usr/lib/python2.7/site-packages/parted/partition.py", line 249, in <module><br>    partitionFlag[__flag] = _ped.partition_flag_get_name(__flag)<br>ValueError: Invalid flag provided.<br>
<br></crash><br><br>I am not quite sure, what is going wrong here? Any ideas/comments appreciated. <br><br>[1] <a href="https://bitbucket.org/amitksaha/custom_linux/src/a671b173396a/fedora-live-scientific.ks">https://bitbucket.org/amitksaha/custom_linux/src/a671b173396a/fedora-live-scientific.ks</a><br>
<br><br>Many thanks in advance.<br><br>-Amit<br>