summaryrefslogtreecommitdiffstats
path: root/scripts/upd-bootiso
Commit message (Collapse)AuthorAgeFilesLines
* remove scripts/upd-initrd and scripts/upd-bootisoWill Woods2012-02-151-321/+0
| | | | | Creating the initrd and boot.iso is the province of lorax. These scripts don't really work anymore, so let's not carry them around.
* Update upd-bootiso for F16Brian C. Lane2011-06-271-19/+45
| | | | F15+ uses xz to compress initrd.img
* Add shell command to upd-bootisoBrian C. Lane2011-03-251-1/+12
| | | | | | | | This allows you to manually make changes to the new initrd before the final build of the .iso eg. Copy loader.debug over the top of /sbin/loader so that backtrace will include useful symbols if a segfault is triggered.
* Add cmdline options and f15 support to upd-bootisoBrian C. Lane2011-03-111-96/+139
| | | | | | | Add options to leave tmp directory, skip iso creation and specify an alternate destination directory. Added support for f15
* Add upd-bootiso scriptBrian C. Lane2011-02-041-0/+241
This script allows you to update an existing boot.iso with a new anaconda rpm. It also works on full DVD isos. The current version does not work with rawhide's single initrd image yet.