summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* sync with kernel-4.9Thierry Vignaud2016-12-311-0/+2
| | | | looks like nobobdy did 4.8...
* 2.21Thierry Vignaud2016-07-051-0/+1
|
* sync with kernel-4.6Thierry Vignaud2016-07-051-0/+2
|
* 2.20Thierry Vignaud2016-07-011-0/+1
|
* fix description of network interfaces (mga#15638)Thierry Vignaud2016-07-011-0/+2
| | | | | | | | | | | | It got broken when switching stage1 to udev: previously we were manually loading the driver and thus we knew which driver corresponded to the newly created intf. Since mga4, the driver has already been loaded by udev and thus we fail to associate the intf with the right driver and thus we failed to get the driver description. => let's use the ethtool IOCTL like the stage2 does
* 2.19Thierry Vignaud2016-06-301-0/+1
|
* include some missing wireless drivers (mga#16768)Thierry Vignaud2016-06-301-0/+2
|
* 2.18Thierry Vignaud2016-04-261-0/+1
|
* sync with kernel-4.6Thierry Vignaud2016-04-261-0/+2
|
* 2.17Thierry Vignaud2015-12-221-0/+1
|
* sync with kernel-4.4Thierry Vignaud2015-12-221-0/+2
|
* 2.16Thierry Vignaud2015-12-041-0/+1
|
* sync with kernel-4.3Thierry Vignaud2015-12-031-0/+2
| | | | we still miss drivers added in 4.2...
* 2.15Thierry Vignaud2015-08-271-0/+1
|
* sync with kernel-4.1Thierry Vignaud2015-08-271-0/+2
|
* 2.14Thomas Backlund2015-08-211-0/+3
|
* 2.13Thierry Vignaud2015-02-181-0/+1
|
* mount again debugfs for ldetect (mga#14435)Thierry Vignaud2015-02-181-0/+3
| | | | regression from commit 63d2a603b9b2bc27090405ba4a05a4aaa8840ea2
* 2.12Thierry Vignaud2015-01-281-0/+1
|
* adapt to 3.19Thierry Vignaud2015-01-281-0/+2
|
* 2.11Thierry Vignaud2014-12-201-0/+1
|
* sync with kernel-3.18 (mga#14799)Thierry Vignaud2014-12-201-0/+2
|
* 2.10Anne Nicolas2014-12-201-0/+3
|
* 2.9Thomas Backlund2014-10-201-0/+1
|
* glibc 2.20 wants _DEFAULT_SOURCE instead of _BSD_SOURCEThomas Backlund2014-10-201-0/+2
|
* 2.8Thierry Vignaud2014-10-201-0/+1
|
* sync with kernel-3.17Thierry Vignaud2014-10-201-0/+2
|
* 2.7Thierry Vignaud2014-10-201-0/+1
|
* log latest list_modules.pm changeThierry Vignaud2014-10-201-0/+2
|
* 2.6Thierry Vignaud2014-10-201-0/+1
|
* add kernel-3.16 supportThierry Vignaud2014-10-201-0/+2
|
* 2.5Thierry Vignaud2014-06-181-0/+1
|
* stop creating /dev entries now that we use udevThierry.Vignaud2014-06-181-0/+2
| | | | needs to be tested in draklive too (probe-modules)
* 2.4Thierry Vignaud2014-06-161-0/+1
|
* fix building with "make -j24"Thierry Vignaud2014-06-161-0/+2
|
* 2.3Thierry Vignaud2014-06-151-0/+1
|
* sync with kernel-3.15Thierry Vignaud2014-06-151-0/+2
|
* 2.2Thierry Vignaud2014-04-281-0/+1
|
* 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-141-0/+2
| | | | | supermount is dead since 2007 (commit 29b91486ff7de14e6f4388ee03bf426a912f76d9)
* sortThierry Vignaud2014-02-281-1/+1
|
* 2.1Thierry Vignaud2014-02-281-0/+1
|
* use getaddrinfo() with glibc too now that use the dynamic libraryThierry Vignaud2014-02-281-0/+1
| | | | glibc couldn't do hostname lookup when linked statically...
* drop support for SPARC (unused/untested for a decade)Thierry Vignaud2014-02-281-0/+1
|
* support dynamic linking onlyThierry Vignaud2013-11-121-0/+2
|
* stage1: 2.0Colin Guthrie2013-11-061-0/+1
| | | | | 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-061-0/+4
| | | | mga#11601
* 1.83Anne Nicolas2013-10-291-0/+1
|
* stage1: Move the symlink creation from stage1 to init.Colin Guthrie2013-10-291-0/+1
| | | | | | | | | | | | | | | | | | | | In order to run stage1 we now need to do things a little differently, namely that we move the symlinking fixups into 'init' itself which we will actually call as a kind of fake switch_root implementation to avoid hacking dracut too much[1]. As we run stage1 during dracut's 'mount' phase we should not do the symlink hacks so early otherwise it will mess up the rest of the dracut initqueue processing. Currently, the initrd's /usr is nuked and then symlinked, but to allow for easier debugging I now just bind mount the stage2 /usr over the top which allows us to unmount it again easily enough if we want to go back. We no longer touch the /bin, /sbin or /lib[64] symlinks as these are relative and simply bind mounting /usr is enough to fix all of them. 1. This scheme will have to change if we eventually swtich to a systemd based dracut invocation.
* stage1: Switch to a shared stage1.Colin Guthrie2013-10-291-0/+4
| | | | | | | | | | | Previously we would create a static stage1 for the installer, but as a dracut based initrd already includes glibc, there is very little advantage in this small, statically linked version. As a side note, it seems that if the initrd contains a /etc/modprobe.d/ folder (which can be the case with dracut) then dietlibc seems to return a ENOENT when calling readdir_r() on that folder (via the libkmod-config.c code).