Changeset 38871 for titan


Ignore:
Timestamp:
09/18/16 12:34:22 (7 years ago)
Author:
gost
Message:

[plugin] multiimage... other format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/multiimage/MultiImage.c

    r38267 r38871  
    265265                        return 1;
    266266                }
    267                 cmd = ostrcat("mkfs.ext2.gui /dev/" , mdev, 0, 0);
     267                //cmd = ostrcat("mkfs.ext2.gui /dev/" , mdev, 0, 0);
     268                cmd = ostrcat("mkfs.ext3.gui -T largefile -m0 -O dir_index /dev/" , mdev, 0, 0);
    268269                debug(81, "format cmd: %s", cmd);
    269270                ret = system(cmd);
Note: See TracChangeset for help on using the changeset viewer.