commit | c1d7ef70a71eb54fb389a9a411d331661be73056 | [log] [tgz] |
---|---|---|
author | Avery, Brian <b.avery@hp.com> | Tue Sep 06 15:16:56 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Sep 07 16:57:23 2005 -0700 |
tree | 5034edc010e2ad898f1fe81a0937352aae95de93 | |
parent | 8fc2751beb0941966d3a97b26544e8585e428c08 [diff] |
[PATCH] Add warning `init=' to init/main.c I passed init=/mylinuxrc to the kernel on the command line. The kernel silently dropped down to exec /sbin/init. It turned out that /mylinuxrc had improper permissions. Without any warning message from the kernel that something was wrong it took awhile to find the issue. The patch below adds a warning. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>