I'm trying to use a kickstart file on my fedora 16 installation to build a liveusb iso image. I ran the following command and after going through 950 installs it fails with the following message
command: livecd-creator --config fedora-concerto.ks
response:
....packages 1/949
..
Installing: vconfig ##################### [950/950]
6872 blocks
Removing password for user root.
passwd: Success
Note: Forwarding request to 'systemctl enable NetworkManager.service'.
Note: Forwarding request to 'systemctl disable sshd.service'.
rm '/etc/systemd/system/multi-user.target.wants/sshd.service'
Traceback (most recent call last):
File "/usr/bin/livecd-creator", line 210, in <module>
sys.exit(main())
File "/usr/bin/livecd-creator", line 194, in main
creator.configure()
File "/usr/lib/python2.7/site-packages/imgcreate/creator.py", line 724, in configure
self._create_bootconfig()
File "/usr/lib/python2.7/site-packages/imgcreate/live.py", line 242, in _create_bootconfig
self._generate_efiboot(self.__ensure_isodir())
File "/usr/lib/python2.7/site-packages/imgcreate/live.py", line 235, in _generate_efiboot
isodir + "/isolinux/efiboot.img"])
File "/usr/lib/python2.7/subprocess.py", line 493, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1228, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Can someone point me in the right direction
Thanks