summaryrefslogtreecommitdiffstats
path: root/helper/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add -f ext2 option.Richard Jones2010-08-241-0/+1
| | | | | | 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-0/+1
| | | | | | | | | 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.
* Refactor febootstrap-supermin-helper code into separate files.Richard Jones2010-08-241-1/+6
| | | | This is just code movement. There is no change to the code.
* Move febootstrap-supermin-helper into helper/ subdirectory.Richard Jones2010-08-241-0/+46
This will allow us to split up the monolithic C program into separate files for ease of modification. This patch is just file rearrangement.