Changeset 677 in MondoRescue for branches/stable


Ignore:
Timestamp:
Jun 24, 2006, 11:16:39 AM (18 years ago)
Author:
bcornec
Message:

Increase PPCFG_RAMDISK_SIZE to 350 MB to avoid some bug reported when doing full backups with big disks (Thomas Börkel)

Location:
branches/stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/README.pxe

    r662 r677  
    2222mountpoint is the mount point on the NFS server to use (should be in /etc/exports of the NFS server)
    2323
    24 The initrd and kernel file come rom the first bootable media
     24The initrd and kernel file come from the first bootable media
    2525created by mondoarchive. To get them, please issue:
    2626
  • branches/stable/mondo/mondo/common/my-stuff.h

    r558 r677  
    504504#define ARCH_BUFFER_NUM (ARCH_THREADS*4)    // Number of permissible queued afio files
    505505#define FORTY_SPACES "                                         "    ///< 40 spaces.
    506 #define PPCFG_RAMDISK_SIZE 250  ///< Size of the tmpfs, in megabytes, to attempt to mount (to speed up Mondo).
     506#define PPCFG_RAMDISK_SIZE 350  ///< Size of the tmpfs, in megabytes, to attempt to mount (to speed up Mondo).
    507507
    508508#define DO_MBR_PLEASE "/tmp/DO-MBR-PLEASE"
Note: See TracChangeset for help on using the changeset viewer.