From 5ce891193184abf2e5a802814cb1d97391a95000 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 27 May 2007 21:52:08 +0000 Subject: [PATCH] Fix order of commands listed under 'init='. --- man7/bootparam.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/bootparam.7 b/man7/bootparam.7 index c9996b799..df9d827a6 100644 --- a/man7/bootparam.7 +++ b/man7/bootparam.7 @@ -119,12 +119,12 @@ your system to see what arguments it accepts. .SS "`init=...'" This sets the initial command to be executed by the kernel. If this is not set, or cannot be found, the kernel will try +.IR /sbin/init , +then .IR /etc/init , then .IR /bin/init , then -.IR /sbin/init , -then .IR /bin/sh and panic if all of this fails. .SS "`nfsaddrs=...'"