Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.78 | Thierry Vignaud | 2013-03-30 | 2 | -1/+2 |
| | |||||
* | probe virtual drivers too (mga#9546) | Thierry Vignaud | 2013-03-30 | 2 | -2/+5 |
| | |||||
* | sort | Thierry Vignaud | 2013-03-30 | 1 | -1/+1 |
| | |||||
* | 1.77 | Thierry Vignaud | 2013-03-26 | 2 | -1/+2 |
| | |||||
* | kill now dead code | Thierry Vignaud | 2013-03-26 | 2 | -81/+0 |
| | |||||
* | use kmod for module loading (mga#9242, based on Pok works @mdv) | Thierry Vignaud | 2013-03-23 | 2 | -28/+74 |
| | |||||
* | kill long dead argument | Thierry Vignaud | 2013-03-23 | 13 | -55/+55 |
| | | | | the "Additional Drivers floppy" is long dead | ||||
* | (my_insmod) rename as (my_modprobe) as it really what it is | Thierry Vignaud | 2013-03-23 | 13 | -54/+54 |
| | |||||
* | do not reinvent kernel constants | Thierry Vignaud | 2013-03-23 | 2 | -17/+7 |
| | |||||
* | 1.76 | Thierry Vignaud | 2013-03-21 | 2 | -1/+2 |
| | |||||
* | revert patch introduced in r7542 | Maarten Vanraes | 2013-03-20 | 2 | -1/+10 |
| | |||||
* | revert the extra buildtarget introduced in revision 7542 | Maarten Vanraes | 2013-03-14 | 1 | -8/+0 |
| | |||||
* | - fix loading modules with "-" in their names (mga#9242) | Maarten Vanraes | 2013-03-13 | 3 | -10/+14 |
| | | | | - add an easy buildtarget for testing | ||||
* | 1.74.1 | Thomas Backlund | 2013-03-02 | 2 | -1/+2 |
| | |||||
* | update list_modules for xen dom0 and virtio support (#9242) | Thomas Backlund | 2013-03-02 | 1 | -0/+2 |
| | |||||
* | 1.74 | Thierry Vignaud | 2013-02-27 | 2 | -1/+2 |
| | |||||
* | fix unitialized memory screwing up dialog input (pok, mdv, mga#8729) | Thierry Vignaud | 2013-02-27 | 4 | -5/+6 |
| | |||||
* | kill bootsplash support (we drop bootsplash in kernel in 2008) | Thierry Vignaud | 2013-02-26 | 9 | -106/+4 |
| | |||||
* | kill firmware loader now that firmware are loaded by the kernel | Thierry Vignaud | 2012-12-21 | 5 | -110/+3 |
| | |||||
* | fix neoclust mess... | Thierry Vignaud | 2012-12-21 | 1 | -5732/+560 |
| | |||||
* | Revert commit 6430 | Nicolas Lécureuil | 2012-11-11 | 33 | -7577/+12666 |
| | |||||
* | Do not mix tabs and spaces | Nicolas Lécureuil | 2012-11-09 | 33 | -7372/+7455 |
| | |||||
* | add a FIXME note about loading every fs modules | Thierry Vignaud | 2012-09-20 | 1 | -0/+1 |
| | |||||
* | 1.73 | Thierry Vignaud | 2012-09-17 | 2 | -1/+2 |
| | |||||
* | add firmware loader written in C (based on hotplug2) (mga#6323) | Thierry Vignaud | 2012-09-17 | 3 | -1/+97 |
| | |||||
* | death to tokenring! | Thierry Vignaud | 2012-09-12 | 1 | -1/+1 |
| | |||||
* | 1.72 | Thierry Vignaud | 2012-09-07 | 2 | -1/+2 |
| | |||||
* | (ftp_prepare) retry with FTP instead of HTTP when there's no proxy and | Thierry Vignaud | 2012-09-07 | 2 | -1/+6 |
| | | | | | | | user didn't provided the architecture in the URL (small issue introduced in commit r2774 on 2012-01-23, was: "(ftp_prepare) try arched directory for FTP installs too...") | ||||
* | (ftp_prepare,http_prepare) fix URL passed to stage2 when user didn't | Thierry Vignaud | 2012-09-07 | 2 | -3/+17 |
| | | | | provide the arch in the install path (mga#6823) | ||||
* | 1.71 | Thierry Vignaud | 2012-09-03 | 2 | -1/+2 |
| | |||||
* | (handle_hid) s/hid-generic/hid_generic/ thus making hid_generic loading silent | Thierry Vignaud | 2012-09-03 | 2 | -1/+3 |
| | | | | rationale: it fixes detecting if module was already loaded or not | ||||
* | 1.70 | Thierry Vignaud | 2012-09-03 | 2 | -1/+2 |
| | |||||
* | (http_prepare) s/ftp_prepare/http_prepare/ | Thierry Vignaud | 2012-09-03 | 1 | -1/+1 |
| | | | | as spoted on 2012-01-23, but branch never got branched | ||||
* | mount /dev/{pts,shm} earlier, in stage1 rather than in stage2 | Thierry Vignaud | 2012-09-03 | 1 | -2/+8 |
| | | | | (based on pok's idead @mdv but fixed) | ||||
* | mount /dev as devtmpfs earlier, in stage1 rather than in stage2 | Thierry Vignaud | 2012-09-03 | 2 | -1/+4 |
| | | | | (based on pok's idead @mdv but fixed) | ||||
* | create /sys at build time rather than run time | Thierry Vignaud | 2012-09-03 | 2 | -1/+2 |
| | |||||
* | drop redundant mkdir of /proc and /tmp (already done in image) | Thierry Vignaud | 2012-09-03 | 1 | -2/+0 |
| | | | | (inspirated by pok's change @mdv) | ||||
* | 1.69 | Thierry Vignaud | 2012-08-31 | 2 | -1/+2 |
| | |||||
* | (handle_hid) load hid-generic | Thierry Vignaud | 2012-08-31 | 2 | -0/+2 |
| | |||||
* | do not try to mount /proc/bus/usb | Thierry Vignaud | 2012-08-31 | 2 | -5/+2 |
| | |||||
* | 1.68 | Thierry Vignaud | 2012-08-30 | 2 | -1/+2 |
| | |||||
* | mount /sys/kernel/debug (needed for new ldetect) | Thierry Vignaud | 2012-08-30 | 2 | -0/+4 |
| | |||||
* | 1.67 | Thierry Vignaud | 2012-06-05 | 2 | -1/+2 |
| | |||||
* | revert to "linux" terminfo | Thierry Vignaud | 2012-06-05 | 3 | -2/+3 |
| | |||||
* | make sure nurses get initialized in UTF-8 (mga#4894) | Thierry Vignaud | 2012-06-05 | 2 | -0/+3 |
| | |||||
* | 1.66 | Thierry Vignaud | 2012-06-01 | 2 | -1/+2 |
| | |||||
* | fix info message | Thierry Vignaud | 2012-06-01 | 1 | -1/+1 |
| | |||||
* | link against system libraries for newt & slang too (from mdv) | Thierry Vignaud | 2012-06-01 | 87 | -52614/+9 |
| | |||||
* | link against system library for libsysfs (from mdv) | Thierry Vignaud | 2012-06-01 | 7 | -510/+6 |
| | |||||
* | disable (and thus hide) "KA server" option (mga#5944) | Thierry Vignaud | 2012-06-01 | 2 | -2/+5 |
| | | | | | | | it's useless since we stripped donw stage1 anyway. KA needs specialized/bloated image also saves 2kb from stage1 |