summaryrefslogtreecommitdiffstats
path: root/scripts/upd-kernel
Commit message (Collapse)AuthorAgeFilesLines
* upd-kernel: Don't spew stuff to stdoutMark McLoughlin2008-04-101-10/+10
| | | | | | | Make it easier to spot errors by not spewing stuff to stdout. Signed-off-by: Mark McLoughlin <markmc@redhat.com>
* upd-kernel: Update to not use moduleballMark McLoughlin2008-04-101-14/+9
| | | | | | | We now just keep a tree of compressed modules rather than a moduleball, so handle updating that new format. Signed-off-by: Mark McLoughlin <markmc@redhat.com>
* upd-kernel: Use kernel-uname-r provides to find version stringMark McLoughlin2008-04-101-7/+1
| | | | | | | | Recent kernels have changed the format of the version string, so just use the kernel-uname-r provides to get it. Signed-off-by: Mark McLoughlin <markmc@redhat.com>
* upd-kernel: Fix handling of existing destdirMark McLoughlin2008-04-101-1/+1
| | | | Signed-off-by: Mark McLoughlin <markmc@redhat.com>
* upd-kernel: Fix typoMark McLoughlin2008-04-101-1/+1
| | | | Signed-off-by: Mark McLoughlin <markmc@redhat.com>
* GPLv2+ boilerplates for scripts/ scripts and other such odds and ends.David Cantrell2007-12-171-0/+17
|
* 2006-08-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-151-1/+7
| | | | * scripts/upd-kernel (NEWVER): Handle kernel variants properly
* 2005-11-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-221-0/+65
* scripts/upd-kernel: Add a script to create a new initrd for a new kernel version.