Changeset 2481 in MondoRescue for branches/2.2.10/mindi/rootfs/sbin/init


Ignore:
Timestamp:
Nov 12, 2009, 2:33:39 AM (14 years ago)
Author:
Bruno Cornec
Message:
  • If using nolvm, mondorestore should also not analyze and handle i-want-my-lvm
  • Add support for diskdumplib driver useful for RHEL 3 and IBM xseries 336
  • Fix #367 - the for loop doesn't make any test now, as it was computed before entering the loop, leading to a

n error, and was also made inside the loop anyway.

  • Adds a nolvm boot option at restore time
  • small improvement for loging in USB case

(merge from 2.2.9 2475:2480)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mindi/rootfs/sbin/init

    r2462 r2481  
    387387
    388388StartLvms() {
     389    if [ "`grep -i nolvm /proc/cmdline`" ]; then
     390        return;
     391    fi
    389392    if [ -e "/tmp/i-want-my-lvm" ] ; then
    390393        LogIt "Scanning LVM's..." 1
Note: See TracChangeset for help on using the changeset viewer.