Changeset 3033 in MondoRescue for branches/3.0/mindi/mindi


Ignore:
Timestamp:
Sep 25, 2012, 6:41:08 PM (12 years ago)
Author:
Bruno Cornec
Message:
  • Solve #646 (Victor Gattegno) and similar issue for Fedora 17 (JB general_at_itpsg.com)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/mindi

    r3028 r3033  
    3434TMPDIR=/tmp
    3535
    36 EXTRA_SPACE=92160       # increase if you run out of ramdisk space
    37 BOOT_SIZE=40960         # size of the boot disk
     36EXTRA_SPACE=120000      # increase if you run out of ramdisk space
     37BOOT_SIZE=65600         # size of the boot disk
    3838
    3939PROMPT_MAKE_CD_IMAGE="yes"
     
    16031603    echo -en "."
    16041604    # Calling kpartx in case devices were not created
    1605     if [ -x /sbin/kpartx ]; then
     1605    if [ -x "/sbin/kpartx" ]; then
    16061606        /sbin/kpartx -a $USBDEVICE
    16071607    fi
Note: See TracChangeset for help on using the changeset viewer.