summaryrefslogtreecommitdiffstats
path: root/helper/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* helper: plug two small leaksJim Meyering2012-01-101-1/+2
| | | | | | * helper/ext2initrd.c (read_module_deps): Don't leak filename. (ext2_make_initrd): Don't leak "outfile". * helper/utils.c (load_file): Don't leak a file pointer.
* helper: Allow kernel and modpath to be selected from envvars (RHBZ#671082).Richard W.M. Jones2011-07-221-0/+14
|
* Refactor febootstrap-supermin-helper code into separate files.Richard Jones2010-08-241-0/+298
This is just code movement. There is no change to the code.