Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use STREQ, not strcmp: part 1 | Jim Meyering | 2009-11-09 | 1 | -4/+4 |
| | | | | | git grep -l 'strcmp *([^=]*== *0'|xargs \ perl -pi -e 's/\bstrcmp( *\(.*?\)) *== *0/STREQ$1/g' | ||||
* | appliance: Enhance mkfs to support many more filesystem types. | Richard Jones | 2009-11-09 | 1 | -17/+62 |
| | | | | | | | | | | | | | | | | This fixes support for NTFS, and adds support for: - reiserfs - btrfs - GFS and GFS2 - JFS - HFS and HFS+ - NILFS - OCFS2 (disabled) We don't enable OCFS2 by default, because it pulls in about 140 extra packages into the appliance. GFS & GFS2 default to single node (no lock manager etc). | ||||
* | indent with spaces, not TABs | Jim Meyering | 2009-08-17 | 1 | -1/+1 |
| | |||||
* | New commands: mkfs-b, mke2journal*, mke2fs-J* | Richard W.M. Jones | 2009-08-15 | 1 | -0/+68 |
mkfs-b: Pass the -b (blocksize) parameter to mkfs. mke2journal and friends: Lets you create external ext2 journals on devices. mke2fs-J and friends: Lets you create ext2/3/4 filesystems with external journals. |