Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | images: 2.1 | Colin Guthrie | 2013-11-05 | 2 | -1/+3 |
| | |||||
* | Revert "images: Use a generic, shared isolinux.cfg file." | Colin Guthrie | 2013-11-04 | 2 | -12/+2 |
| | | | | This reverts commit 74cc75140329a03e5ed6f952932f8ea937216209. | ||||
* | Revert "images: Fix 32-bit isolinux wrapper (s/i586/i386)" | Colin Guthrie | 2013-11-04 | 2 | -3/+5 |
| | | | | | | | This reverts commit addfd6769673ba661498183a220769144f758f5a. Conflicts: images/NEWS | ||||
* | switch to 2.00 to mark the big changes to dracut intrd and syslinux | Thomas Backlund | 2013-11-02 | 2 | -1/+3 |
| | |||||
* | images: Ensure initrd is created with 644 perms (normally 600 for security ↵ | Colin Guthrie | 2013-11-02 | 2 | -1/+3 |
| | | | | reasons) | ||||
* | images: Fix 32-bit isolinux wrapper (s/i586/i386) | Colin Guthrie | 2013-11-02 | 2 | -3/+5 |
| | |||||
* | 1.95 | Colin Guthrie | 2013-11-02 | 2 | -1/+3 |
| | |||||
* | images: Omit the dracut network module now that we include our own ↵ | Colin Guthrie | 2013-11-02 | 3 | -2/+3 |
| | | | | networking kernel modules | ||||
* | images: Split dracut options out into a config file. | Colin Guthrie | 2013-11-02 | 3 | -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 Guthrie | 2013-11-02 | 2 | -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 Guthrie | 2013-10-30 | 2 | -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 testing | Colin Guthrie | 2013-10-30 | 1 | -0/+7 |
| | |||||
* | images: Clear out some stuff that no longer used. | Colin Guthrie | 2013-10-30 | 3 | -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 modules | Colin Guthrie | 2013-10-29 | 1 | -4/+16 |
| | |||||
* | images: Fix kernel+ramdisk folder creation | Colin Guthrie | 2013-10-29 | 1 | -1/+1 |
| | |||||
* | 1.94 | Anne Nicolas | 2013-10-29 | 2 | -1/+3 |
| | |||||
* | images: Convert image generation to dracut. | Colin Guthrie | 2013-10-29 | 3 | -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 anymore | ennael | 2013-10-25 | 1 | -1/+1 |
| | |||||
* | move isolinux in the root tree | ennael | 2013-10-22 | 1 | -5/+5 |
| | |||||
* | copy images in $arch directory instead of alt0 for new syslinux | ennael | 2013-10-22 | 1 | -2/+2 |
| | |||||
* | 1.93 | Thierry Vignaud | 2013-10-14 | 2 | -1/+3 |
| | |||||
* | sync with kernel-3.12 | Thierry Vignaud | 2013-10-14 | 1 | -0/+2 |
| | |||||
* | better log | Thierry Vignaud | 2013-10-10 | 1 | -1/+1 |
| | |||||
* | 1.92 | Thierry Vignaud | 2013-10-10 | 2 | -1/+3 |
| | |||||
* | sync with kernel-3.11 | Thierry Vignaud | 2013-10-10 | 1 | -0/+2 |
| | |||||
* | 1.91 | Thierry Vignaud | 2013-10-10 | 2 | -1/+3 |
| | |||||
* | partial sync with kernel-3.11 regarding USB: | Thierry Vignaud | 2013-10-10 | 1 | -0/+4 |
| | | | | | include ehci-tegra, ohci-pci ohci-platform fusbh200-hcd & usb_common (might fix mga#11377) | ||||
* | Remove svn support from Makefiles | Colin Guthrie | 2013-09-04 | 1 | -19/+1 |
| | | | | | | | | | | | | This should leave us with a working tarballs in all cases. The perl-install/Makefile has been adjusted to do the same as the previous svn rules (regarding copying Makefiles and running a perl tidyup routine) The perl-install/install/Makefile has been adjusted to svn export the rpm srate info from meta-task package subversion. This requires an active network connection, but should result in the same tarball as before until this is factored out | ||||
* | 1.90 | Thierry Vignaud | 2013-07-15 | 2 | -1/+3 |
| | |||||
* | sync with kernel-3.10 | Thierry Vignaud | 2013-07-15 | 1 | -0/+2 |
| | |||||
* | 1.89 | Thomas Backlund | 2013-06-02 | 2 | -1/+3 |
| | |||||
* | - sync with kernel-3.9 | Thierry Vignaud | 2013-05-31 | 1 | -0/+1 |
| | | | | - detect more radio devices | ||||
* | fix URL in help message (mga#9772) | Thierry Vignaud | 2013-04-19 | 2 | -1/+3 |
| | |||||
* | 1.88.1 | Thomas Backlund | 2013-03-02 | 2 | -1/+3 |
| | |||||
* | update list_modules for xen dom0 and virtio support (#9242) | Thomas Backlund | 2013-03-02 | 1 | -0/+2 |
| | |||||
* | 1.88 | Thomas Backlund | 2013-01-21 | 2 | -1/+3 |
| | |||||
* | update usb host list for kernel 3.8 | Thomas Backlund | 2013-01-21 | 1 | -0/+2 |
| | |||||
* | 1.87 | Thomas Backlund | 2013-01-16 | 2 | -1/+3 |
| | |||||
* | - include new kernel 3.8 drivers: | Thomas Backlund | 2013-01-16 | 1 | -0/+8 |
| | | | | | | | | | | | | o phy: at91_ether, macb, mvmdio o usb: cdc_mbim o wifi: ar5523, rtl8723ae o scsi: mpt3sas o raid; csiostor o hid: hid-icade, hid-roccat-lua o sound: snd-scs1x | ||||
* | kill firmware loader now that firmware are loaded by the kernel | Thierry Vignaud | 2012-12-21 | 2 | -2/+2 |
| | |||||
* | 1.86 | Thierry Vignaud | 2012-12-10 | 2 | -1/+3 |
| | |||||
* | include new kernel-3.6 drivers | Thierry Vignaud | 2012-12-10 | 1 | -0/+4 |
| | |||||
* | add alx ethernet module (#7853) | Thomas Backlund | 2012-10-21 | 2 | -1/+5 |
| | |||||
* | 1.84 | Thierry Vignaud | 2012-10-18 | 2 | -1/+3 |
| | |||||
* | include new kernel-3.6 drivers | Thierry Vignaud | 2012-10-18 | 1 | -0/+5 |
| | |||||
* | no more need to fix modules.order | Thierry Vignaud | 2012-10-04 | 2 | -1/+3 |
| | |||||
* | 1.83 | Thierry Vignaud | 2012-09-17 | 2 | -1/+3 |
| | |||||
* | use new hotplug (mga#6323) | Thierry Vignaud | 2012-09-17 | 2 | -16/+2 |
| | |||||
* | fix modules.order so that cciss got detected (mga#5833) | Thierry Vignaud | 2012-09-17 | 2 | -1/+3 |
| | | | | rationale: sorting fails in depmod when modules are compressed | ||||
* | 1.82 | Thierry Vignaud | 2012-09-12 | 2 | -1/+3 |
| |