summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Collapse)AuthorAgeFilesLines
* actually bump versionsThierry Vignaud2015-01-281-1/+1
|
* 2.12Thierry Vignaud2015-01-281-0/+1
|
* adapt to 3.19Thierry Vignaud2015-01-281-0/+2
|
* 2.11Thierry Vignaud2014-12-202-1/+2
|
* sync with kernel-3.18 (mga#14799)Thierry Vignaud2014-12-201-0/+2
|
* bump version for 2.10Anne Nicolas2014-12-201-1/+1
|
* 2.10Anne Nicolas2014-12-201-0/+3
|
* 2.9Thomas Backlund2014-10-202-1/+2
|
* glibc 2.20 wants _DEFAULT_SOURCE instead of _BSD_SOURCEThomas Backlund2014-10-202-1/+3
|
* 2.8Thierry Vignaud2014-10-202-1/+2
|
* sync with kernel-3.17Thierry Vignaud2014-10-201-0/+2
|
* 2.7Thierry Vignaud2014-10-202-1/+2
|
* log latest list_modules.pm changeThierry Vignaud2014-10-201-0/+2
|
* 2.6Thierry Vignaud2014-10-202-1/+2
|
* add kernel-3.16 supportThierry Vignaud2014-10-201-0/+2
|
* clean one more useless variableThierry Vignaud2014-10-201-2/+1
|
* we now only support glibcThierry Vignaud2014-10-201-2/+0
|
* 2.5Thierry Vignaud2014-06-182-1/+2
|
* stop creating /dev entries now that we use udevThierry.Vignaud2014-06-183-127/+7
| | | | needs to be tested in draklive too (probe-modules)
* 2.4Thierry Vignaud2014-06-162-1/+2
|
* fix building with "make -j24"Thierry Vignaud2014-06-162-0/+4
|
* 2.3Thierry Vignaud2014-06-152-1/+2
|
* sync with kernel-3.15Thierry Vignaud2014-06-151-0/+2
|
* kill $Id:$ tagsThierry Vignaud2014-06-071-2/+0
| | | | they're obsolete since switching from CVS/SVN to git...
* cleanup unsupported archesThierry Vignaud2014-06-073-7/+3
| | | | | rationale: we drop support in stage2 and their support was totally broken due to missing conversion to dracut, udev, ...
* outdated, we now use glibcThierry.Vignaud2014-05-241-50/+0
|
* Revert "FIXME/WIP: TO REVERT DEBUGGING"Thierry Vignaud2014-05-201-1/+1
| | | | This reverts accidental commit 9077c84df0016ca521f8ad1cfe4e28e4b0e5c0b6.
* /usr/X11R6 paths are obsolete for years...Thierry Vignaud2014-05-182-4/+4
|
* FIXME/WIP: TO REVERT DEBUGGINGThierry Vignaud2014-05-181-1/+1
|
* simplifyThierry Vignaud2014-05-181-2/+1
|
* fix "make -j"Thierry Vignaud2014-05-178-89/+22
| | | | inspirated by pok's changes @mdv
* further simplify through substitution referencesThierry Vignaud2014-05-142-4/+4
|
* simplify using filter functionThierry Vignaud2014-05-141-12/+1
|
* kill $(DIET)Thierry Vignaud2014-05-131-2/+2
|
* kill obsolete commentThierry Vignaud2014-05-131-21/+0
|
* 2.2Thierry Vignaud2014-04-282-1/+2
|
* recognize new kernel-3.14 driversThierry Vignaud2014-04-281-0/+1
| | | | we lack the new ones introduced in 3.13...
* drop support for supermountThierry Vignaud2014-03-142-8/+2
| | | | | supermount is dead since 2007 (commit 29b91486ff7de14e6f4388ee03bf426a912f76d9)
* sortThierry Vignaud2014-02-281-1/+1
|
* 2.1Thierry Vignaud2014-02-282-1/+2
|
* use getaddrinfo() with glibc too now that use the dynamic libraryThierry Vignaud2014-02-282-140/+1
| | | | glibc couldn't do hostname lookup when linked statically...
* drop support for SPARC (unused/untested for a decade)Thierry Vignaud2014-02-283-9/+1
|
* simplify: drop $STAGE1_LIBCThierry Vignaud2013-11-122-7/+5
|
* simplify, we only have one libcThierry Vignaud2013-11-121-3/+2
|
* simplify after previous commit: drop $DIETThierry Vignaud2013-11-121-9/+9
|
* support dynamic linking onlyThierry Vignaud2013-11-123-34/+2
|
* stage1: 2.0Colin Guthrie2013-11-062-1/+2
| | | | | Version bumped to represent the major change from previously (as was done for stage2)
* stage1: Ensure kernel modules and firmware can be loaded in stage2 mga#11600 ↵Colin Guthrie2013-11-062-0/+18
| | | | mga#11601
* 1.83Anne Nicolas2013-10-292-1/+2
|
* stage1: Add debugging for net device name confusion.Colin Guthrie2013-10-291-1/+2
| | | | | | | | | Because dracut uses udev and because udev has likely already started the interface, we will see things out of order. Large sections of the probing code could probably be removed but for the time being we should probably consider removing this error message completely