Changeset 2477 in MondoRescue
- Timestamp:
- Nov 11, 2009, 1:29:27 PM (15 years ago)
- Location:
- branches/2.2.9/mindi
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/README.bootparam
r2353 r2477 39 39 Do not call the mindi-rsthw script which try to restore also your BIOSes configuration (Proliant only) 40 40 41 nolvm 42 Do not try to start LVM support 43 41 44 nomd 42 45 Do not try to start mdadm support -
branches/2.2.9/mindi/rootfs/sbin/init
r2442 r2477 382 382 383 383 StartLvms() { 384 if [ "`grep -i nolvm /proc/cmdline`" ]; then 385 return; 386 fi 384 387 if [ -e "/tmp/i-want-my-lvm" ] ; then 385 388 LogIt "Scanning LVM's..." 1
Note:
See TracChangeset
for help on using the changeset viewer.