diff options
Diffstat (limited to 'init/main.c')
-rw-r--r-- | init/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c index 2858be732f6d..691eb9351a83 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -980,7 +980,7 @@ static int __ref kernel_init(void *unused) | |||
980 | return 0; | 980 | return 0; |
981 | 981 | ||
982 | panic("No working init found. Try passing init= option to kernel. " | 982 | panic("No working init found. Try passing init= option to kernel. " |
983 | "See Linux Documentation/init.txt for guidance."); | 983 | "See Linux Documentation/admin-guide/init.rst for guidance."); |
984 | } | 984 | } |
985 | 985 | ||
986 | static noinline void __init kernel_init_freeable(void) | 986 | static noinline void __init kernel_init_freeable(void) |