After making a custom spin with molecule the installer throws the following error:
sabayon ~ # installer
No volume groups found
Traceback (most recent call last):
File "/usr/sbin/anaconda", line 843, in <module>
import kickstart
File "/usr/lib64/python2.6/site-packages/pyanaconda/kickstart.py", line 21, in <module>
from storage.deviceaction import *
File "/usr/lib64/python2.6/site-packages/pyanaconda/storage/__init__.py", line 31, in <module>
import parted
File "/usr/lib64/python2.6/site-packages/parted/__init__.py", line 52, in <module>
from partition import Partition
File "/usr/lib64/python2.6/site-packages/parted/partition.py", line 249, in <module>
partitionFlag[__flag] = _ped.partition_flag_get_name(__flag)
ValueError: Invalid flag provided.
I have used the spinbase iso as the source and used the included spec files and script to create the iso.
I am not sure where to start looking to make a custom installer cd with molecule at this point.
