Changeset 234 in MondoRescue for branches/2.05/mindi


Ignore:
Timestamp:
Dec 18, 2005, 12:36:51 AM (18 years ago)
Author:
bcornec
Message:

in PXE mode add 2 switches :
ping=[number of ping before mounting] (Sébastien Aperghis-Tramoni)
ipconf=ipaddr:netmask:broadcast:gw (Bruno Cornec)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.05/mindi/README.pxe

    r204 r234  
    99mondo
    1010        kernel vmlinuz-mondo
    11         initrd initrd-mondo load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=36864 rw root=/dev/ram iso_mode acpi=off apm=off devfs=nomount exec-shield=0 pxe [prefix="machine"] ...
     11        initrd initrd-mondo load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=36864 rw root=/dev/ram iso_mode acpi=off apm=off devfs=nomount exec-shield=0 pxe [prefix="machine"] [ipconf=(ipadr:netmask:broadcast:gateway|dhcp)] [ping=#] ...
    1212
    1313The initrd and kernel file come rom the first bootable media
     
    2525Without prefix keyword, the name of the images used during archiving with the -p option will be used (they may differ). If -p wasn't used then the name mondorescue-1.iso, ... will be used.
    2626
    27 During boot mondorestore will start your NFS configuration and mount mondo's content from the network rather than from a physical media.
     27During boot mondorestore will start your NFS configuration and mount mondo's content from the network rather than from a physical media. You may alter the IP configuration stored from the original machine by passing the ipconf option describing respectively the IP address, netmask, broadcast and default gateway you want to setup for the machine, separated by ':'. Or alternatively, you may specify the dhcp keyword so that a DhCP request is made to get those information. On some configurations, you may also want to increase the number of ping queries made before the NFS mount, which is of 3 by default, using the ping option and give the number you want.
    2828
    2929Please report any problem around that tool to bcornec@users.berlios.de
    3030
     312005-12-18 new ipconf and ping option
    31322005-12-14 detailed explanations on where to find initrd and kernel
Note: See TracChangeset for help on using the changeset viewer.