From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/genkernel:master commit in: /, doc/
Date: Tue, 7 Jun 2011 19:14:30 +0000 (UTC) [thread overview]
Message-ID: <6051fcf1ee05cb14171b27dd25d5532f08dbc5b3.sping@gentoo> (raw)
commit: 6051fcf1ee05cb14171b27dd25d5532f08dbc5b3
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Tue Jun 7 19:13:50 2011 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Jun 7 19:13:50 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=6051fcf1
Document most undocumented boot parameters (bug #370369)
---
ChangeLog | 3 ++
doc/genkernel.8.txt | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 81 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 62e1249..b136d87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
# $Id$
07 Jun 2011; Sebastian Pipping <sping@gentoo.org> doc/genkernel.8.txt:
+ Document most undocumented boot parameters (bug #370369)
+
+ 07 Jun 2011; Sebastian Pipping <sping@gentoo.org> doc/genkernel.8.txt:
Docs: Fix mixup of boot parameters real_init= and init_opts=
04 Jun 2011; Sebastian Pipping <sping@gentoo.org> genkernel.conf,
diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
index 73f9697..fac87ab 100644
--- a/doc/genkernel.8.txt
+++ b/doc/genkernel.8.txt
@@ -452,6 +452,84 @@ which the ramdisk scripts would recognize.
This can be useful when support for ext2/ext3/ext4 are
in competition. Default is "auto".
+*docache*::
+*nocache*::
+ Enables/disables caching of CD contents in RAM.
+
+*root*=<...>::
+ Omit or specify as "/dev/ram0".
+ For other values be sure to know what you're doing.
+
+*subdir*=<...>::
+ switch_root into "<CHROOT>/<SUBDIR>" instead of "<CHROOT>/".
+ <CHROOT> is "/newroot" (or "/union") usually.
+
+*debug*::
+ Drop into a debug shell early in the process.
+
+*noload*=<...>::
+ List of modules to skip loading.
+ Separate using commas or spaces.
+
+*nodetect*::
+ Skipping scanning modules using "modprobe <MODULE> -n".
+ Use *doload=* for specifying a whitelist of exceptions.
+
+*doload*=<...>::
+ List of modules to load despite *nodetect*.
+
+*domodules*::
+*nomodules*::
+ Enables/disables loading of modules in general.
+
+*CONSOLE*=<...>::
+*console*=<...>::
+ Override location of console, default is "/dev/console".
+
+*part*=<...>::
+ Specify part for mdadm to start. This is the relevant code in mdstart:
+------------------------------------------
+ fd = open("/dev/md<MD_NUMBER>", 0, 0);
+ ioctl(fd, RAID_AUTORUN, <MDPART>);
+------------------------------------------
+
+*iscsi_initiatorname*=<...>::
+*iscsi_target*=<...>::
+*iscsi_tgpt*=<...>::
+*iscsi_address*=<...>::
+*iscsi_port*=<...>::
+*iscsi_username*=<...>::
+*iscsi_password*=<...>::
+*iscsi_username_in*=<...>::
+*iscsi_password_in*=<...>::
+*iscsi_debug*=<...>::
+*iscsi_noibft*::
+ Specify iSCSI parameters.
+
+*unionfs*::
+*nounionfs*::
+ Enables/disables UnionFS.
+
+*real_rootflags*=<...>::
+ Additional flags to mount the real root system with.
+ For expamle *real_rootflags*=noatime would make "-o ro,noatime".
+
+*real_resume*=<...>::
+*resume*=<...>::
+*noresume*::
+ TO BE DOCUMENTED
+
+*cdroot*[=<...>]::
+*cdroot_type*=<...>::
+ TO BE DOCUMENTED
+
+*loop*=<...>::
+*looptype*=<...>::
+ TO BE DOCUMENTED
+
+*isoboot*=<...>::
+ TO BE DOCUMENTED
+
NETBOOTING
----------
next reply other threads:[~2011-06-07 19:14 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-07 19:14 Sebastian Pipping [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-19 20:11 [gentoo-commits] proj/genkernel:master commit in: /, doc/ Ben Kohler
2021-09-13 5:08 Matt Turner
2021-03-15 20:02 Thomas Deutschmann
2020-05-24 22:27 Thomas Deutschmann
2019-12-05 23:52 Thomas Deutschmann
2019-07-29 20:10 Thomas Deutschmann
2019-07-29 20:10 Thomas Deutschmann
2019-07-23 19:47 Thomas Deutschmann
2017-11-15 3:08 Robin H. Johnson
2017-07-14 18:50 Robin H. Johnson
2016-10-12 13:52 Robin H. Johnson
2016-01-24 5:50 Robin H. Johnson
2015-02-08 21:39 Christoph Junghans
2012-10-16 0:01 Robin H. Johnson
2012-10-13 23:31 Robin H. Johnson
2012-09-30 19:28 Sebastian Pipping
2012-07-17 20:05 Richard Yao
2012-07-16 2:08 Robin H. Johnson
2012-02-06 9:42 Robin H. Johnson
2011-07-31 3:47 Sebastian Pipping
2011-06-07 0:29 Sebastian Pipping
2011-05-31 1:48 Sebastian Pipping
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6051fcf1ee05cb14171b27dd25d5532f08dbc5b3.sping@gentoo \
--to=sping@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox