summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* 1.82Thierry Vignaud2013-10-141-0/+1
|
* sync with kernel-3.12Thierry Vignaud2013-10-141-0/+2
|
* 1.81Thierry Vignaud2013-10-101-0/+3
|
* 1.80Thierry Vignaud2013-10-101-0/+4
|
* 1.79Thierry Vignaud2013-08-301-0/+1
|
* fix invalid usage of memset()Thierry Vignaud2013-08-301-0/+2
| | | | | spot by gcc-4.8 introduced by Guillaume Cottenceau on Jan 8 2001 ("add dhcp")
* 1.78Thierry Vignaud2013-03-301-0/+1
|
* probe virtual drivers too (mga#9546)Thierry Vignaud2013-03-301-0/+3
|
* 1.77Thierry Vignaud2013-03-261-0/+1
|
* use kmod for module loading (mga#9242, based on Pok works @mdv)Thierry Vignaud2013-03-231-0/+2
|
* 1.76Thierry Vignaud2013-03-211-0/+1
|
* revert patch introduced in r7542Maarten Vanraes2013-03-201-0/+2
|
* - fix loading modules with "-" in their names (mga#9242)Maarten Vanraes2013-03-131-1/+4
| | | | - add an easy buildtarget for testing
* 1.74.1Thomas Backlund2013-03-021-0/+1
|
* update list_modules for xen dom0 and virtio support (#9242)Thomas Backlund2013-03-021-0/+2
|
* 1.74Thierry Vignaud2013-02-271-0/+1
|