I'm trying to build a LiveCD that will run a DHCP server. I have the following line in my livecd-stage2.spec file:
livecd/rcadd: dhcpd|default The DHCP service is indeed being launched during boot up, but it fails for some unexplained reason. I have a perfectly legitimate /etc/dhcp/dhcpd.conf file. I know that because once the CD finishes booting, I can run "/etc/init.d/dhcp start" and it starts without any problems. Any ideas why it would work after boot-up is finished, but not during the boot-up process? Thanks, Stephen
