Hello,
in init/init.c, l. 1144, there is the following code :

/* Wipe argv[1]-argv[N] so they don't clutter the ps listing */
while (*++argv)
         nuke_str(*argv);

Why are init's arguments wipe ?
I had the hope to pass init some arguments, then read them by looking into
/proc/1/cmdline, but no luck...

Do anyone think it could be possible to remove these lines, at least with a
config option ?

Thank you.
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to