aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrobe0ba <grobe0ba@tcp80.org>2024-03-02 11:11:12 -0600
committergrobe0ba <grobe0ba@tcp80.org>2024-03-02 11:12:42 -0600
commit198ffd53ff9d9d708239a83bafe081fbf42c2600 (patch)
tree98fcad153e43ab08a7655c741055dab130c5f8fe
parentcd8e45f8c636a4c441ba7f95a289adcc80bef5b4 (diff)
doc: document options for booting using aoeHEADmaster
-rw-r--r--mkinitfs-bootparam.7.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/mkinitfs-bootparam.7.in b/mkinitfs-bootparam.7.in
index 3a13989..c16bf37 100644
--- a/mkinitfs-bootparam.7.in
+++ b/mkinitfs-bootparam.7.in
@@ -13,6 +13,21 @@ documented in \fIbootparam(7)\fR.
The options documented here are interpreted by the initramfs-init script that is
part of the initramfs, see \fImkinitfs(1)\fR to learn how to customize it.
.TP
+\fBaoe=\fI0.0\fR,\fI2.1\fR,\fI...\fR
+A comma separated list of ATA-over-Ethernet \fBshelf.slot\fR required for boot.
+If this is left empty, \fBaoe\fR will be enabled, but boot will not pause for
+device discovery.
+.TP
+\fBaoe_iflist=\fIeth0\fR,\fI...\fR
+This is a \fBmandatory\fR parameter if you intend to use \fBaoe\fR at boot. It
+is a comma separated list of ethernet interfaces to use with the \fBaoe\fR
+module.
+.TP
+\fBaoe_mtu=\fI1500\fR
+Maximum Transmission Unit (MTU) to use for \fBaoe\fR interfaces on networks
+that support jumbo packets. The default (usually 1500) is used if this is not
+set.
+.TP
\fBblacklist=\fIMODULE\fR{,\fIMODULE\fR}
This comma-separated list names kernel modules that modprobe will reject to load.
.TP