Changeset 2087 in MondoRescue for branches/2.2.8/mindi


Ignore:
Timestamp:
Dec 14, 2008, 3:50:37 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Adds ext4 support
Location:
branches/2.2.8/mindi
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.8/mindi/README

    r785 r2087  
    1616thousands of users.
    1717
    18 MondoRescue is comprehensive. MondoRescue supports LVM, RAID, ext2, ext3, JFS,
    19 XFS, ReiserFS, VFAT, and can support additional file systems easily. It
     18MondoRescue is comprehensive. MondoRescue supports LVM, RAID, ext2, ext3, ext4,
     19JFS, XFS, ReiserFS, VFAT, and can support additional file systems easily. It
    2020supports adjustments in disk geometry, including migration from non-RAID to
    2121RAID. MondoRescue runs on all major Linux distributions and FreeBSD and is
  • branches/2.2.8/mindi/mindi

    r2084 r2087  
    5757CDROM_MODS="$TAPE_MODS $IDE_MODS $USB_MODS $PCMCIA_MODS $SCSI_MODS $NET_MODS af_packet cdrom isocd isofs inflate_fs nls_iso8859-1 nls_base nls_cp437 nls_utf8 sg sr_mod zlib_inflate iso9660"
    5858# Those modules will only go on the backup media, not the boot media.
    59 EXTRA_MODS="$CDROM_MODS vfat fat loop md-mod linear raid0 raid1 xor raid5 raid456 lvm-mod dm-mod dm_mod dm-snapshot dm_snapshot dm-zero dm_zero dm-mirror dm_mirror dm-multipath dm-round-robin jfs xfs xfs_support pagebuf reiserfs ext2 ext3 minix nfs nfs_acl nfsd lockd sunrpc jbd mbcache"
     59EXTRA_MODS="$CDROM_MODS vfat fat loop md-mod linear raid0 raid1 xor raid5 raid456 lvm-mod dm-mod dm_mod dm-snapshot dm_snapshot dm-zero dm_zero dm-mirror dm_mirror dm-multipath dm-round-robin jfs xfs xfs_support pagebuf reiserfs ext2 ext3 minix nfs nfs_acl nfsd lockd sunrpc jbd mbcache ext4 jbd2 crc16"
    6060# Replace with that line for HP OCMP e.g.
    6161#DENY_MODS="MPS_Driver_Mapper mps octtldrv tscttl streams kqemu fdomain"
  • branches/2.2.8/mindi/parted2fdisk.pl

    r1857 r2087  
    7474        "ext2" => "83",
    7575        "ext3" => "83",
     76        "ext4" => "83",
     77        "xfs" => "83",
    7678        "reiserfs" => "83",
    7779        "linux-swap" => "82",
     
    335337        "ext2" => "Linux",
    336338        "ext3" => "Linux",
     339        "ext4" => "Linux",
     340        "xfs" => "Linux",
    337341        "reiserfs" => "Linux",
    338342        "linux-swap" => "Linux swap",
Note: See TracChangeset for help on using the changeset viewer.