Changes between Version 44 and Version 45 of FAQ


Ignore:
Timestamp:
Sep 25, 2008, 4:54:22 PM (16 years ago)
Author:
Noam Meltzer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v44 v45  
    499499# ln -sf /bin/gawk /usr/bin
    500500}}}
     501
     502== Q34/ How to restore an image from NFS while using a different IP? ==
     503
     504When 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}}}
     508OR
     509{{{
     510<kernelImage> ipconf=<eth device>:dhcp
     511}}}
     512
     513While:[[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]]