Created attachment 330477 [details] foss_packages.ks Description of problem: # livecd-creator -c foss_packages.ks -b ./F10-i686-Live.iso --cache=/var/tmp/livecd/ Traceback (most recent call last): File "/usr/bin/livecd-creator", line 136, in <module> sys.exit(main()) File "/usr/bin/livecd-creator", line 118, in main creator.mount(options.base_on, options.cachedir) File "/usr/lib/python2.5/site-packages/imgcreate/creator.py", line 503, in mount self._mount_instroot(base_on) File "/usr/lib/python2.5/site-packages/imgcreate/live.py", line 178, in _mount_instroot LoopImageCreator._mount_instroot(self, base_on) File "/usr/lib/python2.5/site-packages/imgcreate/creator.py", line 915, in _mount_instroot self._base_on(base_on) File "/usr/lib/python2.5/site-packages/imgcreate/live.py", line 134, in _base_on isoloop = Mount(LoopbackDisk(base_on), self._mkdtemp()) TypeError: __init__() takes exactly 3 arguments (2 given) Version-Release number of selected component (if applicable): livecd-tools-020-1.fc10.i386 How reproducible: Always Steps to Reproduce: 1. livecd-creator -c foss_packages.ks -b ./F10-i686-Live.iso --cache=/var/tmp/livecd/ where the iso is the standard livecd iso, cache directory contains rpm packages and ks file will be attached. Actual results: Traceback Expected results: packages from kickstart file are embedded into the live image. Additional info:
Can you try with the livecd-tools-021 build for F10 that's in koji?
The koji build doesn't have this traceback so we can say that it works for me. Still haven't fully tested if resulting ISO image is exactly what I need but that can go into another bug report if need to.
It's queued up for -updates-testing at least now
This must be resolved by now, yes?
Closing out bug that's been in MODIFIED for a while.