summaryrefslogtreecommitdiffstats
path: root/images
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 1.91Thierry Vignaud2013-10-102-1/+3
|
* partial sync with kernel-3.11 regarding USB:Thierry Vignaud2013-10-101-0/+4
| | | | | include ehci-tegra, ohci-pci ohci-platform fusbh200-hcd & usb_common (might fix mga#11377)
* Remove svn support from MakefilesColin Guthrie2013-09-041-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.90Thierry Vignaud2013-07-152-1/+3
|
* sync with kernel-3.10Thierry Vignaud2013-07-151-0/+2
|
* 1.89Thomas Backlund2013-06-022-1/+3
|
* - sync with kernel-3.9Thierry Vignaud2013-05-311-0/+1
| | | | - detect more radio devices
* fix URL in help message (mga#9772)Thierry Vignaud2013-04-192-1/+3
|
* 1.88.1Thomas Backlund2013-03-022-1/+3
|
* update list_modules for xen dom0 and virtio support (#9242)Thomas Backlund2013-03-021-0/+2
|
* 1.88Thomas Backlund2013-01-212-1/+3
|
* update usb host list for kernel 3.8Thomas Backlund2013-01-211-0/+2
|
* 1.87Thomas Backlund2013-01-162-1/+3
|
* - include new kernel 3.8 drivers:Thomas Backlund2013-01-161-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 kernelThierry Vignaud2012-12-212-2/+2
|
* 1.86Thierry Vignaud2012-12-102-1/+3
|
* include new kernel-3.6 driversThierry Vignaud2012-12-101-0/+4
|
* add alx ethernet module (#7853)Thomas Backlund2012-10-212-1/+5
|
* 1.84Thierry Vignaud2012-10-182-1/+3
|
* include new kernel-3.6 driversThierry Vignaud2012-10-181-0/+5
|
* no more need to fix modules.orderThierry Vignaud2012-10-042-1/+3
|
* 1.83Thierry Vignaud2012-09-172-1/+3
|
* use new hotplug (mga#6323)Thierry Vignaud2012-09-172-16/+2
|
* fix modules.order so that cciss got detected (mga#5833)Thierry Vignaud2012-09-172-1/+3
| | | | rationale: sorting fails in depmod when modules are compressed
* 1.82Thierry Vignaud2012-09-122-1/+3
|
* include overlayfs instead of unionfsThierry Vignaud2012-09-121-0/+2
|
* 1.81Thierry Vignaud2012-09-042-1/+3
|
* tokenring support has been removed from kernel-3.5Thierry Vignaud2012-09-041-0/+1
|
* include/detect new drivers:Thierry Vignaud2012-09-041-0/+5
| | | | | | - crypto: aesni_intel - input: hid-aureal synaptics_usb - wifi: qmi_wwan, mwifiex_usb
* enhanced logThierry Vignaud2012-09-031-1/+1
|
* 1.80Thierry Vignaud2012-09-032-1/+3
|
* fix creating some directoriesThierry Vignaud2012-09-032-1/+3
|
* 1.79Thierry Vignaud2012-09-032-1/+3
|