]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[settings] Add "read" command
authorMichael Brown <mcb30@ipxe.org>
Sun, 27 Mar 2011 12:23:18 +0000 (13:23 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sun, 27 Mar 2011 12:24:21 +0000 (13:24 +0100)
commit1cc991e132bcd98f8e93dcc138e5a74d5a0402df
treef5a529b9d251b3cd9d619f9c2c4ca9a83a28b0da
parentac12324f526af1290abc43ced5ca468a2e18a42d
[settings] Add "read" command

The "read" command allows a script to prompt a user to enter a
setting.  For example:

  echo -n Static IP address:
  read net0/ip

Total cost: 17 bytes.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/hci/commands/nvo_cmd.c