summaryrefslogtreecommitdiffstats
path: root/image-ext2.c
Commit message (Expand)AuthorAgeFilesLines
* image-ext2: default to mke2fsMichael Olbrich2024-03-221-1/+1
* image-ext2: use new helper to initialize the imageMichael Olbrich2022-03-251-2/+4
* image-ext2: use insert_image instead of pad_fileMichael Olbrich2021-06-041-1/+1
* image-ext: ensure size is always interpreted as kilobytesDenis Osterland-Heim2021-02-241-1/+1
* Make sparse cleanUwe Kleine-König2020-10-071-3/+3
* image-ext2: always use inode size 256 with mke2fsMichael Olbrich2020-03-311-1/+1
* image-ext: Pass 'features' to mke2fsAlexander Dahl2019-11-151-1/+7
* make it easier to create empty filesystemsMichael Olbrich2019-09-221-6/+10
* image-ext2: avoid existing filesystem check on block devicesMichael Olbrich2019-03-011-0/+3
* image-ext2: rename option mke2fs_conf -> mke2fs-confMichael Olbrich2019-02-151-1/+8
* image-ext: add root_owner optionLeo Soares2018-11-191-3/+5
* image-ext: cleanup & improve mke2fs usageMichael Olbrich2018-03-291-64/+85
* image-ext: make it possible to create the image with mke2fsMichael Olbrich2018-03-281-4/+69
* image-*: Fix pathes with whitespacesSascha Hauer2018-03-191-4/+4
* systemp: Print command output on demandSascha Hauer2018-03-191-1/+1
* image-ext: constifyMichael Olbrich2017-11-191-4/+4
* image-ext: add option to set initial timestampsMichael Olbrich2017-11-191-1/+19
* vfat, ext2: print error message when size is zeroGaël PORTAY2017-11-171-0/+13
* add license file and remove old FSF address from the source filesMichael Olbrich2016-01-121-2/+1
* remove empty setup handlersMichael Olbrich2013-05-021-8/+0
* image-ext2: add label optionMichael Olbrich2012-09-211-0/+10
* image-ext2: allow "" for featuresMichael Olbrich2012-09-211-2/+2
* image-ext2: improve default optionsv1Michael Olbrich2012-06-141-3/+3
* add missing copyright headersMichael Olbrich2012-06-131-0/+17
* build with autotoolsMichael Olbrich2012-06-121-1/+0
* image-ext2: add support for ext3/ext4Michael Olbrich2011-10-121-1/+43
* always use imageoutfile() when accessing an imageMichael Olbrich2011-10-111-2/+2
* initial importSascha Hauer2011-06-271-0/+39