summaryrefslogtreecommitdiffstats
path: root/helper/helper.h
Commit message (Collapse)AuthorAgeFilesLines
* helper: Allow kernel and modpath to be selected from envvars (RHBZ#671082).Richard W.M. Jones2011-07-221-0/+1
|
* Add -f checksum mode to allow caching of appliances.Richard Jones2010-08-241-2/+5
|
* Add -f ext2 option.Richard Jones2010-08-241-3/+13
| | | | | | This option doesn't work yet. The commit is just for adding the capability to pass the extra kernel/initrd/appliance parameters through 'main.c' and 'appliance.c'.
* Refactor cpio code into separate file.Richard Jones2010-08-241-1/+25
| | | | | | | | | We create a 'writer' abstraction and (currently) a single implementation of this which can write cpio files. All cpio-related code is moved out of 'appliance.c' into 'cpio.c'. 'appliance.c' becomes a generic appliance builder. This commit should not change the semantics of the program.
* Change initrd -> appliance.Richard Jones2010-08-241-1/+1
| | | | | | We are going to be writing a general appliance, not necessarily an initrd. In the ext2 appliance case we will _also_ write an initrd, so we shouldn't confuse the two things.
* Refactor febootstrap-supermin-helper code into separate files.Richard Jones2010-08-241-0/+46
This is just code movement. There is no change to the code.