source: MondoRescue/branches/3.0/mindi/README.bootparam@ 3168

Last change on this file since 3168 was 3168, checked in by Bruno Cornec, 11 years ago
  • Fix #697 by adding the iproute parameter at boot time to support addition of static routes
File size: 3.3 KB
RevLine 
[2123]1At restore time, multiple parameters are available to modify how the restore will act:
2
[2146]3nuke
4 To format and restore all files automatically
5
6interactive
7 To restore some/all files interactively
8
9compare
10 To compare the archives with your filesystem
11
12expert
13 To boot to a command-line prompt (expert mode)
14
15RESTORE
16 To format and restore all files automatically
17
18--------------
19
[2255]20debug
21 Call mondorestore with -K99
22
[2146]23denymods="mod1 mod2"
24 Add those modules to the list of modules to NOT load
25
26donteject
27 mondorestore will not eject the CD; this is useful if, for instance, your PC's case has a concealed CD-ROM drive
28
[2533]29excludedevs="dev1 dev2"
[3134]30 Exclude those devices from retoration process (no LVM action done such as pvcreate, and no partitioning. Those devices are removed from /tmp/mountlist.txt and /tmp/i-want-my-lvm)
[2533]31
[2146]32forcemods="mod1 mod2"
33 Add those modules to the list of modules to load systematically
34
[2249]35net
36 Activate network support
37
[2146]38nodmraid
39 Do not try to start dmraid support
40
41nohw
[2882]42 Do not call the mindi-rsthw script which try to restore also your BIOSes configuration (ProLiant only for now)
[2146]43
[2477]44nolvm
45 Do not try to start LVM support
46
[2353]47nomd
48 Do not try to start mdadm support
49
[2146]50nompath
51 Do not try to start multipath support
52
[2189]53nopart
54 Do not try to partition drives at restore time
55
[2146]56noresize
57 Do not resize partitions using a multiplication factor of (New disk size)/(Old disk size) to use your unallocated hard disk space
58
[2255]59obdr
60 Call mondorestore with -o and the tape device
[2249]61
[3119]62obdrmods="mod1 mod2"
63 Remove these modules in order to be able to reset the tape dvice using it and place it in sequential mode. A default list of modules is aloready embedded so this should only be used if the list is unsufficient. Please report that usage to dev team.
64
[2255]65pre=/path/to/script
[2537]66 Execute a pre-configuration script before calling mondorestore. Could be an NFS shared script e.g., or a script located in the initrd. Eg: pre=/tmp/isodir/my-pre.sh. Note that the script should be executable.
[2255]67
68post=/path/to/script
[2537]69 Execute a final script before rebooting the machine at the end of the restoration. Could be an NFS shared script e.g., or a script located on the restored disk or in the initrd. Eg: post=/tmp/isodir/my-post.sh. Note that the script should be executable.
[2255]70
[2723]71quiet
72 Do not print information msgs in order to allow for easier tracking of error messages at boot time
73
[2484]74serial=/dev/ttySx
[3051]75 When using a serial console, associate it to the tty device so it works correctly at restore time. By default set up /dev/ttyS0 as serial console. Pass the value of your serial console if different. You may also want to pass console=ttySx so your kernel can deal with it. serial takes precedence over console for mindi.
[2484]76
[2146]77textonly
78 do not call any Newt library routines; this is unattractive but valuable if you find your Newt library has bugs in it or on ia64
79
[2123]80usb=/dev/xxx
[2146]81 Use that USB device name as the place to look for backup content. The way drivers are loaded may lead that to the fact you have a different device name at restore time, compared to the one you used at backup time, making mondorestore unable to use the right device natively. This helper corrects that. Pass to it the device name, not the partition name. Example: usb=/dev/sdb
82
83-----------------
84
[3168]85Look also at README.pxe for additional parameters linked to the PXE/Network usage
Note: See TracBrowser for help on using the repository browser.