Changeset 3680 in MondoRescue


Ignore:
Timestamp:
Aug 18, 2017, 11:28:45 AM (7 years ago)
Author:
Bruno Cornec
Message:
  • Fix issues and increase a bit EXTRA_SPACE (patch from Stanislav Tokoš stanislav.tokos_at_iba-group.com)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi/mindi

    r3662 r3680  
    4444fi
    4545
    46 EXTRA_SPACE=150000      # increase if you run out of ramdisk space
     46EXTRA_SPACE=200000      # increase if you run out of ramdisk space
    4747
    4848PROMPT_MAKE_CD_IMAGE="yes"
     
    28912891    for d in "/lib" "/usr/lib"; do
    28922892        if [ -d "$d/firmware" -a ! -h $d ]; then
    2893             cp -a "$d/firmware" "$mountpoint/$d"
     2893            cp -a "$d/firmware" "$mountpoint$d"
    28942894        fi
    28952895    done
     
    28982898    for d in "/lib" "/usr/lib" "/lib64" "/usr/lib64"; do
    28992899        if [ -d "$d/multipath" -a ! -h $d ]; then
    2900             cp -a "$d/multipath" "$mountpoint/$d"
     2900            cp -a "$d/multipath" "$mountpoint$d"
    29012901        fi
    29022902    done
Note: See TracChangeset for help on using the changeset viewer.