summaryrefslogtreecommitdiffstats
path: root/dracut/fetch-updates-disk
Commit message (Collapse)AuthorAgeFilesLines
* dracut: support updates=hd:... (#807982)Will Woods2012-05-011-0/+33
Since we've removed all UI from initramfs, plain 'updates' no longer works if you want to load an updates image from disk. This adds support for fetching updates images, much the same way as we do with kickstarts. Note that I'd really like to merge all the *-genrules.sh / fetch-*-disk junk, but time is short..