Changeset 3067 in MondoRescue


Ignore:
Timestamp:
Nov 12, 2012, 6:21:34 PM (11 years ago)
Author:
Bruno Cornec
Message:

Adds a warning msg at restore time so that LVM modifications are done in /tmp/i-want-my-lvm and not in the mountlist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/src/mondorestore/mondo-rstr-newt.c

    r3060 r3067  
    19581958    bCancel = newtCompactButton(i += 12, 17, "Cancel");
    19591959    bOK = newtCompactButton(i += 12, 17, "  OK  ");
    1960     sprintf(tmp, "%-24s %-24s %-8s  %s", "Device", "Mountpoint", "Format",
    1961             "Size (MB)");
     1960    sprintf(tmp, "WARNING: No LVM modification possible here. Edit /tmp/i-want-my-lvm instead\n%-24s %-24s %-8s  %s", "Device", "Mountpoint", "Format", "Size (MB)");
    19621961    headerMsg = newtLabel(2, 1, tmp);
    19631962    flawsLabelA = newtLabel(2, 13, "         ");
Note: See TracChangeset for help on using the changeset viewer.