diff options
author | Piotr Jaroszyński | 2010-05-28 01:09:22 +0200 |
---|---|---|
committer | Michael Brown | 2010-08-19 14:12:53 +0200 |
commit | d60cbe43b74d06e3a2a41f3f9565430b456b86bc (patch) | |
tree | 47240d42101884de8658e568e5f18833326c5a4a /src/config/defaults | |
parent | [linux] Add command line arguments (diff) | |
download | ipxe-d60cbe43b74d06e3a2a41f3f9565430b456b86bc.tar.gz ipxe-d60cbe43b74d06e3a2a41f3f9565430b456b86bc.tar.xz ipxe-d60cbe43b74d06e3a2a41f3f9565430b456b86bc.zip |
[linux] Add the tap driver
Add the tap driver that can be used like:
$ ./ipxe.linux --net tap,if=tap0,mac=00:0c:29:c5:39:a1
The if setting is mandatory.
Signed-off-by: Piotr Jaroszyński <p.jaroszynski@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/defaults')
-rw-r--r-- | src/config/defaults/linux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/defaults/linux.h b/src/config/defaults/linux.h index a678aa4f..901097fd 100644 --- a/src/config/defaults/linux.h +++ b/src/config/defaults/linux.h @@ -14,6 +14,8 @@ #define NAP_LINUX #define SMBIOS_LINUX +#define DRIVERS_LINUX + #define IMAGE_SCRIPT #endif /* CONFIG_DEFAULTS_LINUX_H */ |