Changeset 3754 in MondoRescue
- Timestamp:
- Jan 29, 2020, 1:32:55 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/mondo/src/include/my-stuff.h
r3753 r3754 300 300 * inability to check this device for errors in the mountlist. */ 301 301 /** @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. */303 302 /** @def ALT_TAPE The first IDE tape in the system. */ 304 303 /** @def MKE2FS_OR_NEWFS @c mke2fs or @c newfs, depending on the OS. */ … … 310 309 #define DONT_KNOW_HOW_TO_EVALUATE_THIS_DEVICE_TYPE "/dev/vinum/" 311 310 #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"313 311 #define ALT_TAPE "/dev/ast0" 314 312 #define MKE2FS_OR_NEWFS "newfs" … … 320 318 #define DONT_KNOW_HOW_TO_EVALUATE_THIS_DEVICE_TYPE "/dev/md" 321 319 #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"323 320 #define ALT_TAPE "/dev/ht0" 324 321 #define MKE2FS_OR_NEWFS "mke2fs"
Note:
See TracChangeset
for help on using the changeset viewer.