summaryrefslogtreecommitdiffstats
path: root/images/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 2.41Thomas Backlund2017-01-061-1/+1
|
* 2.40Thomas Backlund2016-12-221-1/+1
|
* 2.39Thierry Vignaud2016-09-081-1/+1
|
* 2.38Thierry Vignaud2016-07-081-1/+1
|
* 2.37Thierry Vignaud2016-07-051-1/+1
|
* 2.36Thierry Vignaud2016-06-301-1/+1
|
* 2.35Thomas Backlund2016-05-201-1/+1
|
* add sha512 sums for imagesThomas Backlund2016-05-201-2/+2
|
* 2.34Thomas Backlund2016-05-101-1/+1
|
* 2.33Thierry Vignaud2016-04-261-1/+1
|
* 2.32Anne Nicolas2016-02-211-1/+1
|
* 2.31Thomas Backlund2016-01-111-1/+1
|
* we now use 4.x series kernelsThomas Backlund2016-01-111-1/+1
|
* 2.30Thierry Vignaud2015-12-221-1/+1
|
* 2.29Thierry Vignaud2015-12-041-1/+1
|
* 2.28Thierry Vignaud2015-08-271-1/+1
|
* 2.27Thomas Backlund2015-07-131-1/+1
|
* 2.26Thomas Backlund2015-05-221-1/+1
|
* 2.25Thomas Backlund2015-05-091-1/+1
|
* 2.24Thierry Vignaud2015-05-081-1/+1
|
* 2.23Anne Nicolas2015-05-041-1/+1
|
* 2.22Thierry Vignaud2015-04-131-1/+1
|
* 2.21Thomas Backlund2015-04-071-1/+1
|
* 2.20Thomas Backlund2015-04-071-1/+1
|
* 2.19Thomas Backlund2015-04-071-1/+1
|
* add "noiswmd" to kernel command line to allow dmraid to manage andAnne Nicolas2015-04-061-1/+1
| | | | start the devices
* 2.17Thierry Vignaud2015-03-171-1/+1
|
* actually bump versionsThierry Vignaud2015-01-281-1/+1
|
* 2.15Thierry Vignaud2014-12-201-1/+1
|
* bump version for 2.14Anne Nicolas2014-12-201-1/+1
|
* 2.13Anne Nicolas2014-12-161-1/+1
|
* 2.12Thierry Vignaud2014-12-121-1/+1
|
* 2.11Thierry Vignaud2014-10-201-1/+1
|
* 2.10Thierry Vignaud2014-10-201-1/+1
|
* 2.9Thierry Vignaud2014-10-201-1/+1
|
* 2.8Thierry Vignaud2014-06-151-1/+1
|
* 2.7Thierry Vignaud2014-04-281-1/+1
|
* 2.6Thierry Vignaud2014-02-161-1/+1
|
* bump release in MakefileAnne Nicolas2014-01-241-1/+1
|
* images: Provide a shortcut to build all.imgColin Guthrie2014-01-241-1/+6
| | | | mga#11795
* 2.4Anne Nicolas2013-12-151-1/+1
|
* 2.3Thierry Vignaud2013-12-021-1/+1
|
* 2.2Anne Nicolas2013-11-131-1/+1
|
* images: 2.1Colin Guthrie2013-11-051-1/+1
|
* switch to 2.00 to mark the big changes to dracut intrd and syslinuxThomas Backlund2013-11-021-1/+1
|
* 1.95Colin Guthrie2013-11-021-1/+1
|
* images: Add a short circuit rule to make boot.iso for testingColin Guthrie2013-10-301-0/+7
|
* images: Clear out some stuff that no longer used.Colin Guthrie2013-10-301-2/+2
| | | | | Now that initrds are generated via dracut, there is no need to prepare kernel modules. This sadly removes support for passing in a kernel rpm file, but such is life.
* 1.94Anne Nicolas2013-10-291-1/+1
|
* images: Convert image generation to dracut.Colin Guthrie2013-10-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | This converts the initrd generation from a home grown system to dracut. It uses the upstream modules where possible plus two specially written dracut modules: mgainstaller and mgakadeploy. The initrds are identical for all builds and there are lots of bits that are incomplete and unnecesary. e.g. copying the kernels to a folder and then not using them, and also the module-descriptions file is not included in the initrd itself which it should be. We can probably customise the initrd better for different use cases, e.g. perhaps network stuff is not needed for HD based installs? We may also need to install the mdraid and lvm modules for some HD support. This is the first attempt so I expect various bits need fixing