#!/bin/bash build() { add_checked_modules '/drivers/net/' add_module aoe add_binary "/usr/sbin/aoe-interfaces" "/bin/aoe-interfaces" add_binary "/usr/sbin/aoe-discover" "/bin/aoe-discover" add_binary "/usr/sbin/aoeping" "/bin/aoeping" add_runscript } help() { cat < aoe_iflist=[,...] aoe_discover_timeout= root=/dev/etherd/e.[p If neither BOOTIF=... nor aoe_iflist=... are specified, all available network interfaces will be brought up and made available for AoE. Depending on network infrastructure, this may pose a security risk, but it is useful for testing. If only BOOTIF=... is specified, the associated network interface will be made available for AoE. When using PXELINUX as bootloader, the line 'IPAPPEND 2' can be added to its configuration file to have the BOOTIF parameter added to the kernel commandline automatically, based on information from DHCP. If aoe_iflist=... is specified, it will override any network interface determined by the BOOTIF=... parameter. MAC address of the network interface used for booting. Name of a network interface to bring up and make available for AoE device discovery. Time (in seconds) to wait for discovery of the AoE root device. Defaults to 10 seconds. As specified in the AoE device configuration. As specified in the AoE device configuration. Partition on an AoE device. Use this only if the device containins a partition table. HELPEOF } # vim: set ft=sh ts=4 sw=4 et: