Changeset 2778 in MondoRescue for branches/2.2.8/mindi/README.bootparam
- Timestamp:
- Apr 29, 2011, 3:36:00 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.8/mindi/README.bootparam
r2123 r2778 1 1 At restore time, multiple parameters are available to modify how the restore will act: 2 2 3 nuke 4 To format and restore all files automatically 5 6 interactive 7 To restore some/all files interactively 8 9 compare 10 To compare the archives with your filesystem 11 12 expert 13 To boot to a command-line prompt (expert mode) 14 15 RESTORE 16 To format and restore all files automatically 17 18 -------------- 19 20 denymods="mod1 mod2" 21 Add those modules to the list of modules to NOT load 22 23 donteject 24 mondorestore will not eject the CD; this is useful if, for instance, your PC's case has a concealed CD-ROM drive 25 26 forcemods="mod1 mod2" 27 Add those modules to the list of modules to load systematically 28 29 nodmraid 30 Do not try to start dmraid support 31 32 nohw 33 Do not call the mindi-rsthw script which try to restore also your BIOSes configuration (Proliant only) 34 35 nompath 36 Do not try to start multipath support 37 38 noresize 39 Do not resize partitions using a multiplication factor of (New disk size)/(Old disk size) to use your unallocated hard disk space 40 41 textonly 42 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 43 3 44 usb=/dev/xxx 4 Use thet 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 45 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 46 47 ----------------- 48 49 Look also at README.pxe for additional parameters linked to the PXE/NFS usage
Note:
See TracChangeset
for help on using the changeset viewer.