Changeset 2030 in MondoRescue for branches/2.2.7/mondo/src/include/my-stuff.h


Ignore:
Timestamp:
Oct 3, 2008, 1:50:44 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • Fix #252
  • Improve OCFS2 support (ocfs2 is a SANE_FORMAT)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.7/mondo/src/include/my-stuff.h

    r2029 r2030  
    3737#endif
    3838#include <sys/types.h>
    39 #include <sys/shm.h>
    4039#include <sys/ipc.h>
    4140#include <sys/ioctl.h>
     
    323322#define DONT_KNOW_HOW_TO_EVALUATE_THIS_DEVICE_TYPE  "/dev/md"
    324323#define RAID_DEVICE_STUB    DONT_KNOW_HOW_TO_EVALUATE_THIS_DEVICE_TYPE
    325 #define SANE_FORMATS        "swap image vfat ext2 ext3 xfs vfs jfs reiserfs vmfs dos minix coda nfs ntfs hpfs raid lvm cifs"
     324#define SANE_FORMATS        "swap image vfat ext2 ext3 xfs vfs jfs reiserfs vmfs dos minix coda nfs ntfs hpfs raid lvm cifs ocfs ocfs2"
    326325#define ALT_TAPE        "/dev/ht0"
    327326#define MKE2FS_OR_NEWFS "mke2fs"
     
    349348#define ARCH_BUFFER_NUM (ARCH_THREADS*4)    // Number of permissible queued afio files
    350349#define FORTY_SPACES "                                         "    ///< 40 spaces.
    351 #define PPCFG_RAMDISK_SIZE 350  ///< Size of the tmpfs, in megabytes, to attempt to mount (to speed up Mondo).
     350    ///< Size of the tmpfs, in megabytes, to attempt to mount (to speed up Mondo).
     351/*
     352#define PPCFG_RAMDISK_SIZE 350
     353*/
    352354
    353355#define DO_MBR_PLEASE "/tmp/DO-MBR-PLEASE"
Note: See TracChangeset for help on using the changeset viewer.