summaryrefslogtreecommitdiffstats
path: root/images
Commit message (Collapse)AuthorAgeFilesLines
* add bug ID to NEWSThierry Vignaud2016-02-221-1/+1
|
* 2.32Anne Nicolas2016-02-212-1/+5
|
* switch back to arch dependant for isolinux.bin (mga#17771)Anne Nicolas2016-02-211-1/+4
|
* 2.31Thomas Backlund2016-01-112-1/+3
|
* we now use 4.x series kernelsThomas Backlund2016-01-111-1/+1
|
* psmouse is now modular, so add it to list_modules.pm (mga#17470)Thomas Backlund2016-01-111-0/+2
|
* kill useless argsThierry Vignaud2016-01-021-10/+9
|
* perl_checker cleanupsThierry Vignaud2016-01-021-7/+2
|
* 2.30Thierry Vignaud2015-12-222-1/+3
|
* sync with kernel-4.4Thierry Vignaud2015-12-221-0/+2
|
* 2.29Thierry Vignaud2015-12-042-1/+3
|
* sync with kernel-4.3Thierry Vignaud2015-12-031-0/+2
| | | | we still miss drivers added in 4.2...
* 2.28Thierry Vignaud2015-08-272-1/+3
|
* sync with kernel-4.1Thierry Vignaud2015-08-271-0/+2
|
* 2.27Thomas Backlund2015-07-132-1/+3
|
* update efi menus for mga6 (cauldron)Thomas Backlund2015-07-133-4/+6
|
* 2.26Thomas Backlund2015-05-222-1/+3
|
* generate proper efi isohybridThomas Backlund2015-05-222-1/+3
|
* use xorriso for proper efi metadataThomas Backlund2015-05-222-2/+4
|
* 2.25Thomas Backlund2015-05-092-1/+3
|
* update UEFI menuThomas Backlund2015-05-093-3/+5
|
* 2.24Thierry Vignaud2015-05-082-1/+3
|
* add missing "by" wordThierry Vignaud2015-05-081-1/+1
|
* include & detect r8723bs (mga#15874)Thierry Vignaud2015-05-081-0/+2
|
* 2.23Anne Nicolas2015-05-042-1/+5
|
* add noiswmd to all entries un isolinux.cfgAnne Nicolas2015-05-041-2/+2
|
* 2.22Thierry Vignaud2015-04-132-1/+3
|
* reduce timeout when using BOOT_AUTOMATIC_METHODThierry Vignaud2015-04-132-1/+3
|
* honor BOOT_AUTOMATIC_METHOD env var for UEFI tooThierry Vignaud2015-04-132-0/+5
|
* 2.21Thomas Backlund2015-04-072-1/+3
|
* fix finding grub legacy files for hd_grub generationThomas Backlund2015-04-072-1/+2
|
* syslinux needs more space on all.imgThomas Backlund2015-04-072-1/+3
|
* 2.20Thomas Backlund2015-04-072-1/+3
|
* drop nonexistant linuxefi grub2-efi moduleThomas Backlund2015-04-072-1/+3
|
* 2.19Thomas Backlund2015-04-072-1/+3
|
* create efi loader at build timeThomas Backlund2015-04-074-1/+95
|
* really add $default_iswmd variable in syslinux configurationAnne Nicolas2015-04-071-1/+1
|
* add "noiswmd" to kernel command line to allow dmraid to manage andAnne Nicolas2015-04-063-2/+7
| | | | start the devices
* 2.17Thierry Vignaud2015-03-172-1/+3
|
* include virtio_rngThierry Vignaud2015-03-171-0/+2
| | | | | VMs need access to good random numbers during setup phase to generate eg SSH public/private keys
* actually bump versionsThierry Vignaud2015-01-281-1/+1
|
* 2.16Thierry Vignaud2015-01-281-0/+2
|
* adapt to 3.19Thierry Vignaud2015-01-281-0/+2
|
* 2.15Thierry Vignaud2014-12-202-1/+3
|
* sync with kernel-3.18 (mga#14799)Thierry Vignaud2014-12-201-0/+2
|
* bump version for 2.14Anne Nicolas2014-12-201-1/+1
|
* 2.14Anne Nicolas2014-12-201-0/+2
|
* include new 3.18 USB host drivers (mga#14799)Thierry Vignaud2014-12-201-0/+2
|
* 2.13Anne Nicolas2014-12-162-1/+6
|
* make_boot_img: Avoid gfxboot install string for chain.c32Erwan Velu2014-12-161-1/+1
| | | | | | | | | | | When using chain.c32 with gfxboot, the automatic method is padded even if the harddisk entry is said to be noinstall in the gfxboot. This patch uses the "exit" option from our custom Syslinux patch to avoid chain.c32 reading gfxboot paddind. I know this isn't perfect but enough to make mageia 5 having the localboot working again. Debugging gfxboot is just a nightmare.