]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[linux] Allow arbitrary settings to be applied to Linux devices
authorMichael Brown <mcb30@ipxe.org>
Tue, 2 Mar 2021 19:34:16 +0000 (19:34 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 2 Mar 2021 19:35:11 +0000 (19:35 +0000)
commit7b963310aad3e68663d93ddaa10f8f27ab33d157
tree31bffb07090264c13ba154d4ad2631b04972e03f
parent8055d5c48b4194f24c1705fd6a15e7125e8ef4c5
[linux] Allow arbitrary settings to be applied to Linux devices

Allow arbitrary settings to be specified on the Linux command line.
For example:

    ./bin-x86_64-linux/slirp.linux \
          --net slirp,testserver=qa-test.ipxe.org

This can be useful when using the Linux userspace build to test
embedded scripts, since it allows arbitrary parameters to be passed
directly on the command line.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/linux/linux.c