Alexander E. Patrakov wrote:
This should become:
execve("/sbin/init", argv, envp);
/* If execve returns, something went very wrong */
printf("Failed to start init: %s :(\n", strerror(errno));
Thanks Alex. I should have reverted the change in the 6.1.1 branch
instead of merging the revert from trunk. Hope it is all well now!
As for the sed'ing out /sbin/hotplug, where does that need to happen?
If I grep for /sbin/hotplug, I only see mention in:
lib/kobject_uevent.c:char hotplug_path[HOTPLUG_PATH_LEN] = "/sbin/hotplug";
lib/kobject_uevent.c: * kobject_hotplug - notify userspace by executing
/sbin/hotplug
Is that the right location? Let me know and I will fix this up and
start a build to test it.
Justin
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page