summaryrefslogtreecommitdiffstats
path: root/disk-utils/Makemodule.am
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: remove deprecated elvtune commandKarel Zak2013-08-131-8/+0Star
| | | | | | The command is deprecated for years and useless with 2.6.x kernels. Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add --disable-fdformatKarel Zak2013-04-101-6/+6
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add --disable-bfsKarel Zak2013-04-101-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add fsck.cramfs manual pageSami Kerola2013-04-091-0/+1
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* docs: add mkfs.cramfs manual pageSami Kerola2013-04-091-0/+1
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* lib/ismounted: basic support for loop devicesKarel Zak2012-12-191-2/+1Star
| | | | | | | | | | | | | | | | | | | | | | # losetup -a /dev/loop0 /dev/loop0: [2053]:1048578 (/home/fs-images/filesystems/ext2.img) # findmnt /dev/loop0 TARGET SOURCE FSTYPE OPTIONS /mnt/test /dev/loop0 ext3 rw,relatime,data=ordered old version: ./test_ismounted /home/fs-images/filesystems/ext2.img not mounted new version: ./test_ismounted /home/fs-images/filesystems/ext2.img mounted on /mnt/test Reported-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
* fsck.cramfs: compile with -DINCLUDE_FS_TESTS for make checkKarel Zak2012-10-221-0/+5
| | | | | | | | | make check sudo su - cd tests ./run.sh cramfs Signed-off-by: Karel Zak <kzak@redhat.com>
* resizepart: add new commandKarel Zak2012-08-131-2/+7
| | | | | | | This is a simple wrapper for BLKPG_RESIZE_PARTITION (since kernel 3.6). Co-Author: Vivek Goyal <vgoyal@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: always use default $(LDADD)Karel Zak2012-07-091-14/+14
| | | | | | | | The global variable $(LDADD) is always used if program_LDADD is not specified. Let's use $LDADD everywhere to avoid exceptions for people who need to specify global $LDADD. Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: fix swaplabelKarel Zak2012-06-261-1/+1
| | | | | Reported-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert lib/ to libcommon.laKarel Zak2012-06-261-52/+26Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: move partx to disk-utils/Karel Zak2012-06-261-0/+37
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: convert disk-utils/ to moduleKarel Zak2012-06-261-0/+128
Signed-off-by: Karel Zak <kzak@redhat.com>