From 0992082d0577733d1e70f8522f0e68b9bce9d2c4 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 7 Jun 2011 02:28:55 +0200 Subject: [PATCH] Docs: Fix mixup of boot parameters real_init= and init_opts= --- ChangeLog | 3 +++ doc/genkernel.8.txt | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index b5aba8d..62e1249 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ # Distributed under the GPL v2 # $Id$ + 07 Jun 2011; Sebastian Pipping doc/genkernel.8.txt: + Docs: Fix mixup of boot parameters real_init= and init_opts= + 04 Jun 2011; Sebastian Pipping genkernel.conf, maintenance/docmatcher.py: Document remaining options inside genkiernel.conf (bug #367233) diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt index 2287b6f..fab006e 100644 --- a/doc/genkernel.8.txt +++ b/doc/genkernel.8.txt @@ -398,6 +398,9 @@ which the ramdisk scripts would recognize. Passes arguments to dmraid on bootup. *real_init*=<...>:: + Override location of init script, default is "/sbin/init". + +*init_opts*=<...>:: Passes arguments to init on bootup. *scandelay*=<...>::