diff options
author | maximilian attems <maks@debian.org> | 2009-02-23 15:12:46 +0100 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2009-02-23 15:12:46 +0100 |
commit | f82d8e325a61f3a9308398fd5504536a7a96610c (patch) | |
tree | f3023bc2eab5971054dd027413573fb9c18f7460 | |
parent | b458a270b7335b9a8b137ec0ac69b21a33bf58c3 (diff) | |
download | initramfs-tools-f82d8e325a61f3a9308398fd5504536a7a96610c.tar.gz initramfs-tools-f82d8e325a61f3a9308398fd5504536a7a96610c.zip |
initramfs-tools.8: Document exported IP kernel parameter.
-rw-r--r-- | initramfs-tools.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/initramfs-tools.8 b/initramfs-tools.8 index 9ef8063..15210d5 100644 --- a/initramfs-tools.8 +++ b/initramfs-tools.8 @@ -1,4 +1,4 @@ -.TH INITRAMFS-TOOLS 8 "2009/02/17" "Linux" "mkinitramfs script overview" +.TH INITRAMFS-TOOLS 8 "2009/02/23" "Linux" "mkinitramfs script overview" .SH NAME initramfs-tools \- an introduction to writing scripts for mkinitramfs @@ -491,8 +491,8 @@ correponds to the root boot option. Advanced boot scripts like cryptsetup or live-initramfs need to play tricks. Otherwise keep it alone. .TP -\fB\fI ROOTDELAY, ROOTFLAGS, ROOTFSTYPE -correponds to the rootdelay, rootflags or rootfstype boot option. +\fB\fI ROOTDELAY, ROOTFLAGS, ROOTFSTYPE, IP +correponds to the rootdelay, rootflags, rootfstype or ip boot option. .TP \fB\fI DPKG_ARCH allows arch specific boot actions. |