Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert all TABs-as-indentation to spaces. | Jim Meyering | 2009-08-03 | 1 | -2/+2 |
| | | | | | | | | | | | Do it by running this command: [exempted files are matched via .x-sc_TAB_in_indentation] git ls-files \ | pcregrep -vf .x-sc_TAB_in_indentation \ | xargs pcregrep -l '^ *\t' \ | xargs perl -MText::Tabs -ni -le \ '$m=/^( *\t[ \t]*)(.*)/; print $m ? expand($1) . $2 : $_' | ||||
* | RHEL 5: RHEL kernels don't have $arch at the end, so look for non-arch ↵ | Richard Jones | 2009-07-07 | 1 | -1/+5 |
| | | | | kernels too. | ||||
* | Make the supermin helper look for any x86 kernel | Matthew Booth | 2009-06-23 | 1 | -5/+5 |
| | | | | | | If you've got a non-PAE kernel installed on an i686 machine, the kernel architecture is i586. This change makes sure that supermin finds the installed kernel. | ||||
* | Supermin: choose newest available kernel. | Richard W.M. Jones | 2009-06-19 | 1 | -4/+6 |
| | |||||
* | Rename guestfs-supermin-helper -> libguestfs-supermin-helper. | Richard Jones | 2009-06-18 | 1 | -0/+80 |