Changeset 3754 in MondoRescue


Ignore:
Timestamp:
Jan 29, 2020, 1:32:55 AM (4 years ago)
Author:
Bruno Cornec
Message:

Remove a useless define SANE_FORMATS

File:
1 edited

Legend:

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

    r3753 r3754  
    300300 * inability to check this device for errors in the mountlist. */
    301301/** @def RAID_DEVICE_STUB The stub of a RAID device (set up RAID if we find it). */
    302 /** @def SANE_FORMATS Sane formats for this OS, separated by spaces. */
    303302/** @def ALT_TAPE The first IDE tape in the system. */
    304303/** @def MKE2FS_OR_NEWFS @c mke2fs or @c newfs, depending on the OS. */
     
    310309#define DONT_KNOW_HOW_TO_EVALUATE_THIS_DEVICE_TYPE  "/dev/vinum/"
    311310#define RAID_DEVICE_STUB    DONT_KNOW_HOW_TO_EVALUATE_THIS_DEVICE_TYPE
    312 #define SANE_FORMATS        "swap image msdosfs nfs ntfs ntfs-3g raid lvm ffs ufs ext2fs"
    313311#define ALT_TAPE        "/dev/ast0"
    314312#define MKE2FS_OR_NEWFS "newfs"
     
    320318#define DONT_KNOW_HOW_TO_EVALUATE_THIS_DEVICE_TYPE  "/dev/md"
    321319#define RAID_DEVICE_STUB    DONT_KNOW_HOW_TO_EVALUATE_THIS_DEVICE_TYPE
    322 #define SANE_FORMATS        "swap image vfat ext2 ext3 ext4 xfs vfs jfs reiserfs vmfs dos minix coda fuse.sshfs nfs nfs4 ntfs ntfs-3g hpfs raid lvm cifs ocfs ocfs2 btrfs"
    323320#define ALT_TAPE        "/dev/ht0"
    324321#define MKE2FS_OR_NEWFS "mke2fs"
Note: See TracChangeset for help on using the changeset viewer.