diff options
author | maximilian attems <maks@debian.org> | 2010-04-10 06:45:36 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2010-04-10 06:45:36 +0200 |
commit | 891b651f29f356e67d77a9a3bb04508dc816756b (patch) | |
tree | 847a090b0ee602be0f58f221f065fd0d564ea043 | |
parent | 30906972191d78dde73363441b4b8670b116f528 (diff) | |
download | initramfs-tools-891b651f29f356e67d77a9a3bb04508dc816756b.tar.gz initramfs-tools-891b651f29f356e67d77a9a3bb04508dc816756b.zip |
initramfs-tools.8: document BOOTIF variable
Signed-off-by: maximilian attems <maks@debian.org>
-rw-r--r-- | initramfs-tools.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/initramfs-tools.8 b/initramfs-tools.8 index fb289a7..0a15574 100644 --- a/initramfs-tools.8 +++ b/initramfs-tools.8 @@ -1,4 +1,4 @@ -.TH INITRAMFS-TOOLS 8 "2010/04/08" "Linux" "mkinitramfs script overview" +.TH INITRAMFS-TOOLS 8 "2010/04/10" "Linux" "mkinitramfs script overview" .SH NAME initramfs-tools \- an introduction to writing scripts for mkinitramfs @@ -69,6 +69,12 @@ NFS server than the DHCP server. See Documentation/filesystems/nfsroot.txt in any recent Linux source for details. Optional paramater for NFS root. .TP +\fB\fI BOOTIF +is a mac adress in pxelinux format with leading "01-" and "-" as separations. +pxelinux passes mac adress of network card used to PXE boot on with this +bootarg. + +.TP \fB\fI boot either local or NFS (affects which initramfs scripts are run, see the "Subdirectories" section under boot scripts). |