summaryrefslogtreecommitdiffstats
path: root/helper/kernel.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace ArchLinux module detection with generic method.Erik Nolte2011-10-141-60/+96
| | | | | | | | | ArchLinux used to keep its kernel in /boot/vmlinuz26 but, with Linux 3.0, now uses /boot/vmlinuz-linux. Instead of just changing the kernel filename and module directory, this change removes the ArchLinux specific code, lets febootstrap find a kernel, and then computes the module directory from the version string extracted from the actual kernel file.
* helper: Allow kernel and modpath to be selected from envvars (RHBZ#671082).Richard W.M. Jones2011-07-221-0/+69
|
* helper: create_kernel_archlinux should return const char *Richard W.M. Jones2011-07-221-2/+2
|
* helper: Move all_files down function.Richard W.M. Jones2011-07-221-2/+1
| | | | This is just code tidy-up.
* helper: Add support for ArchLinux kernels.Richard W.M. Jones2010-12-121-0/+60
| | | | | ArchLinux doesn't use the ordinary Linux kernel naming scheme. (Thanks Thomas S Hatch for helping to diagnose the issue)
* Add -f checksum mode to allow caching of appliances.Richard Jones2010-08-241-7/+9
|
* Refactor febootstrap-supermin-helper code into separate files.Richard Jones2010-08-241-0/+148
This is just code movement. There is no change to the code.