| | 501 | |
| | 502 | == Q34/ How to restore an image from NFS while using a different IP? == |
| | 503 | |
| | 504 | When you get to the syslinux prompt when you boot from the image created by mindi, you should type the following: |
| | 505 | {{{ |
| | 506 | <kernelImage> ipconf=<eth device>:<ip>:<netmask>:<broadcast>:<gateway> |
| | 507 | }}} |
| | 508 | OR |
| | 509 | {{{ |
| | 510 | <kernelImage> ipconf=<eth device>:dhcp |
| | 511 | }}} |
| | 512 | |
| | 513 | While:[[BR]] |
| | 514 | '''''<kernelImage>''''' is one of: expert, iso, compare, nuke (iso is the default if you just press enter)[[BR]] |
| | 515 | '''''<eth device>''''': the network interface to use (eth0 for example)[[BR]] |
| | 516 | '''''<ip>''''': the ip address[[BR]] |
| | 517 | '''''<netmask>''''': the netmask[[BR]] |
| | 518 | '''''<broadcast>''''': the broadcast address[[BR]] |
| | 519 | '''''<gateway>''''': the gateway ip address[[BR]] |