summaryrefslogtreecommitdiff
path: root/strata/foundation/e2fsprogs.morph
Commit message (Collapse)AuthorAgeFilesLines
* Fix the dog's dinner I made of the e2fsprogs morphologybaserock/sam/e2fsprogs-cleanupSam Thursfield2015-03-061-9/+16
| | | | | | | I had assumed that --disable-fsck was disabling all 'fsck' programs, but in fact it was the removal of `make install` that caused that. This chunk should now provide the fsck.ext2/3/4 programs but not the generic 'fsck' program, as it did before commit 57ce68fea.
* Install e2fsprogs binaries such as mkfs.ext* and fsck.ext*Sam Thursfield2015-02-251-2/+3
| | | | | | | | | | Commit 57ce68fea03e8985888ab2a875f5efbc79d7b07a changed the install command from `make install` to `make install-libs`. Since then systems have been missing mkfs.ext4 and other important tools. Also, don't disable fsck.ext*. No other component provides these programs, and they are needed to check for disk errors on 'ext' formatted disks.
* Update to btrfs-progs v3.18.2Tiago Gomes2015-02-121-0/+21
acl and e2fsprogs are new dependencies of btrfs-progs.