summaryrefslogtreecommitdiffstats
path: root/scripts/upd-initrd
Commit message (Collapse)AuthorAgeFilesLines
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-1/+1
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* GPLv2+ boilerplates for scripts/ scripts and other such odds and ends.David Cantrell2007-12-171-2/+18
|
* 2006-08-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-291-1/+1
| | | | | | * anaconda.spec: Bump version * scripts/upd-initrd: Handle updating more than just /sbin/loader
* 2005-09-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-161-5/+7
| | | | | * scripts/upd-initrd: Make a little bit easier to use by auto-canonicalizing the paths.
* 2005-04-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-121-0/+25
* scripts/upd-initrd: Add simple stupid script to update the loader in an initrd to make my life easier.