#21 RFE: Include updates.img in ISO
Closed: Fixed Opened by kanarip.

During 'Advanced Configuration' allow the user:[[BR]]
[[BR]]
* to configure the compose of an updates.img (optional)[[BR]]
* include an updates.img file in the images[[BR]]
* configure isolinux.cfg to use 'linux updates' by default[[BR]]
[[BR]]
Anaconda and updates.img: http://fedoraproject.org/wiki/Anaconda/Updates [[BR]]
[[BR]]
Code Sample:[[BR]]
[[BR]]
mypungi.doCreateSplitrepo()[[BR]]

Hack in updates to anaconda with updates.img[[BR]]

updatesLocation = os.path.join(destdir, release, arch, osdir, 'images', 'updates.img')[[BR]]

os.system('cp -f /opt/mirror/scripts/build/updates/updates.img ' + updatesLocation)[[BR]]

mypungi.doCreateIsos()[[BR]]


Moving to 'Any Future Release'

Milestone Any Future Release deleted

We now copy whatever is specified with --updates-img into the tree as: images/updates.img

Metadata Update from @kanarip:
- Issue assigned to kanarip
- Issue set to the milestone: 2.0.4 Release

Metadata