summaryrefslogtreecommitdiffstats
path: root/images
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* do not include ka stuff unlesse BUILD_KA is setThierry Vignaud2012-09-032-3/+7
|
* mount /dev as devtmpfs earlier, in stage1 rather than in stage2Thierry Vignaud2012-09-031-3/+1
| | | | (based on pok's idead @mdv but fixed)
* create /sys at build time rather than run timeThierry Vignaud2012-09-032-1/+3
|
* 1.78Thierry Vignaud2012-08-312-1/+3
|
* include new 'hid-generic' driver (mga#7130, #7248)Thierry Vignaud2012-08-311-0/+2
|
* 1.77Thierry Vignaud2012-06-052-1/+3
|
* do not include "screen" terminfo anymoreThierry Vignaud2012-06-052-1/+2
| | | | (but in rescue as we include the screen program...)
* (boot_img_sparc) fix version in "Welcome to Mageia" messageThierry Vignaud2012-06-022-2/+2
|