form [--name <name>] [--delete] [<title>]
form Configure IPv4 networking on ${netX/mac} item netX/ip IPv4 address item netX/netmask Subnet mask item netX/gateway Gateway address item dns DNS server address present
form TFTP item next-server Server IPv4 address item filename Filename present
form --name tftp TFTP server address
menu --name tftp --delete
Create an interactive form with the specified name and title. If no name is specified, the default (unnamed) form will be created.
If the --delete
option is specified, the form will be deleted.
Success | The form was successfully created |
---|---|
Failure | The form was not successfully created |
Forms are automatically deleted by the present
command. You do not generally need to explicitly delete a form.