Changeset 2035 in MondoRescue


Ignore:
Timestamp:
Oct 6, 2008, 4:24:49 PM (16 years ago)
Author:
Bruno Cornec
Message:

Applied ideas from Andree's patch for removing potential interactive vgremove command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.7/mondo/src/mondorestore/mondo-prep.c

    r2017 r2035  
    398398        strcpy(vgcreate_sz, "lvm vgcreate");
    399399        strcpy(vgchange_sz, "lvm vgchange");
    400         strcpy(vgremove_sz, "lvm vgremove");
     400        strcpy(vgremove_sz, "lvm vgremove -f");
    401401    } else {
    402402        strcpy(lvscan_sz, "lvscan");
Note: See TracChangeset for help on using the changeset viewer.