summaryrefslogtreecommitdiffstats
path: root/images
Commit message (Collapse)AuthorAgeFilesLines
* include paravirtual network driver for hyper-vThierry Vignaud2014-10-201-0/+2
|
* 2.9Thierry Vignaud2014-10-202-1/+3
|
* add kernel-3.16 supportThierry Vignaud2014-10-201-0/+2
|
* 2.8Thierry Vignaud2014-06-152-1/+3
|
* include acpi-cpufreqThierry Vignaud2014-06-151-0/+1
|
* sync with kernel-3.15Thierry Vignaud2014-06-151-0/+2
|
* cleanup unsupported archesThierry Vignaud2014-06-071-393/+0
| | | | | rationale: we drop support in stage2 and their support was totally broken due to missing conversion to dracut, udev, ...
* make changelog matches realityThierry Vignaud2014-04-281-1/+1
|
* 2.7Thierry Vignaud2014-04-282-1/+3
|
* recognize new kernel-3.14 driversThierry Vignaud2014-04-281-0/+2
| | | | we lack the new ones introduced in 3.13...
* 2.6Thierry Vignaud2014-02-162-1/+3
|
* sync with kernel-3.12Thierry Vignaud2014-02-141-0/+2
|
* bump release in MakefileAnne Nicolas2014-01-241-1/+1
|
* 2.5Anne Nicolas2014-01-241-0/+4
|
* images: Double syslinux overhead to 256. mga#11795Colin Guthrie2014-01-241-1/+2
|
* images: Provide a shortcut to build all.imgColin Guthrie2014-01-241-1/+6
| | | | mga#11795
* 2.4Anne Nicolas2013-12-152-1/+4
|
* remove buggy control caracters (#11602)Anne Nicolas2013-12-151-1/+1
|
* images: Pass audit=0 to the rescue system.user/colin/rescue-systemdColin Guthrie2013-12-072-1/+3
| | | | | | | Now that systemd is used there, we can use systemd-nspawn to 'boot' systems as containers. Unfortunately the kernel's audit subsystem needs to be fixed otherwise logging in doesn't work... so lets turn it off.
* 2.3Thierry Vignaud2013-12-022-1/+3
|
* include "sdhci-acpi" for eMMC (mga#11812)Thierry Vignaud2013-12-021-0/+2
|
* images: Allow the BOOT_AUTOMATIC_METHOD env var to work in rescue mode tooColin Guthrie2013-12-021-1/+1
|
* 2.2Anne Nicolas2013-11-132-1/+3
|
* images/kernel: Pass the modules we need to be in modules.alias through to ↵Colin Guthrie2013-11-132-1/+4
| | | | | | | | | | | | | | dracut. The installer needs to have the modules.alias information for more kernel modules than are actually included. In order to do this we need to use and environment variable as there is no sensible way to do this via dracut command line arguments. The mgainstaller dracut module will need updating accordingly. This should solve the problem where Sound Cards are shown as 'not configured' at the end of the install.
* images: Add a way to put an automatic method on boot.iso syslinux for testingColin Guthrie2013-11-132-0/+6
|
* images: 2.1Colin Guthrie2013-11-052-1/+3
|
* Revert "images: Use a generic, shared isolinux.cfg file."Colin Guthrie2013-11-042-12/+2
| | | | This reverts commit 74cc75140329a03e5ed6f952932f8ea937216209.
* Revert "images: Fix 32-bit isolinux wrapper (s/i586/i386)"Colin Guthrie2013-11-042-3/+5
| | | | | | | This reverts commit addfd6769673ba661498183a220769144f758f5a. Conflicts: images/NEWS
* switch to 2.00 to mark the big changes to dracut intrd and syslinuxThomas Backlund2013-11-022-1/+3
|
* images: Ensure initrd is created with 644 perms (normally 600 for security ↵Colin Guthrie2013-11-022-1/+3
| | | | reasons)
* images: Fix 32-bit isolinux wrapper (s/i586/i386)Colin Guthrie2013-11-022-3/+5
|
* 1.95Colin Guthrie2013-11-022-1/+3
|
* images: Omit the dracut network module now that we include our own ↵Colin Guthrie2013-11-023-2/+3
| | | | networking kernel modules
* images: Split dracut options out into a config file.Colin Guthrie2013-11-023-2/+7
| | | | | Also ensure that the compression method is xz -9 for much better compression (was previously defaulting to gzip)
* images/kernel: Ensure the previously hand-picked modules are included in the ↵Colin Guthrie2013-11-022-1/+4
| | | | | | | | | | | | | | new dracut-based initrd. This removes functions no longer called and adds a new one which will simply list the desired modules and pass them on the dracut command line. This should mean we have the same modules as before (at least) which should mean less regressions. This does increase the size of the initrd back up quite a lot (as expected) so we may want to look at optimising other areas to bring it back down a bit again.
* images: Use a generic, shared isolinux.cfg file.Colin Guthrie2013-10-302-2/+12
| | | | | | This then loads a x86_64 or i586 config depending on the detected arch. Anne asked for this kind of setup.
* 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-303-103/+4
| | | | | 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.
* images: Fix isolinux.bin modules path and add needed modulesColin Guthrie2013-10-291-4/+16
|
* images: Fix kernel+ramdisk folder creationColin Guthrie2013-10-291-1/+1
|
* 1.94Anne Nicolas2013-10-292-1/+3
|
* images: Convert image generation to dracut.Colin Guthrie2013-10-293-19/+44
| | | | | | | | | | | | | | | | | | | | | | | 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
* do not use arch dependant isolinux.bin anymoreennael2013-10-251-1/+1
|
* move isolinux in the root treeennael2013-10-221-5/+5
|
* copy images in $arch directory instead of alt0 for new syslinuxennael2013-10-221-2/+2
|
* 1.93Thierry Vignaud2013-10-142-1/+3
|
* sync with kernel-3.12Thierry Vignaud2013-10-141-0/+2
|
* better logThierry Vignaud2013-10-101-1/+1
|
* 1.92Thierry Vignaud2013-10-102-1/+3
|
* sync with kernel-3.11Thierry Vignaud2013-10-101-0/+2
|