Description of problem: When using the livecd tools to build an live CD for CentOS 6, it will fail after install all the packages. Version-Release number of selected component (if applicable): livecd-tools-19.6-1.fc19.x86_64 How reproducible: When you try to build the live cd. Actual results: After the packages are installed this error will occur: Error creating Live CD : Unable to run ['/usr/bin/firewall-offline-cmd', '--enabled']! Expected results: That the CD is created. Additional info: In RHEL6 based distributions, there exists no tool called firewall-offline-cmd, because no firewalld packages exists for it.
You need to use the correct version of livecd-tools. It generally tracks the fedora release, so newer version will depend on things that are not in older releases.
I am using latest fedora 20 and livecd-tools-20.5-1.fc20.x86_64. I am trying to create a CentOS-6.5 minimal live cd. But I am getting the same error as he mentioned. I am using below kickstart lang en_US.UTF-8 keyboard us timezone US/Eastern auth --useshadow --enablemd5 firewall --service=ssh selinux --disable repo --name=my-name --baseurl=http://192.168.2.66/c6.6/ %packages @core %end ------------------------ At the end I get this error Installing: ipw2200-firmware ##################### [192/193] Installing: zd1211-firmware ##################### [193/193] Error creating Live CD : Unable to run ['/usr/bin/firewall-offline-cmd', '--enabled', '--service=ssh']! I have mounted a whole dvd image on http://192.168.2.66/c6.6/. I read couple of more bugs related to this issue, many times they talk about firewalld package, but that packages in not part of CentOS base.
You should be using the epel6 version of livecd-tools to create centos6 live media.