| Commit message (Expand) | Author | Age | Files | Lines |
* | fix eth[67] detection (gc) | Thierry Vignaud | 2004-03-11 | 1 | -1/+1 |
* | (get_net_devices) increase max number of detectable net cards from 6 to 10 | Thierry Vignaud | 2004-03-10 | 1 | -1/+1 |
* | unmounting /sys is not needed (useful to have one less line displayed after "... | Pascal Rigaux | 2004-03-04 | 1 | -0/+1 |
* | when in automatic=disk mode but no partition is given, fall back | Guillaume Cottenceau | 2004-02-27 | 1 | -3/+1 |
* | give us more chance to get bootloader write actually commited to | Guillaume Cottenceau | 2004-02-25 | 1 | -0/+3 |
* | Patch from gc to allow booting a MandrakeMove on a Harddrive using the | Erwan Velu | 2004-02-25 | 1 | -10/+30 |
* | 10.0 | Guillaume Cottenceau | 2004-02-20 | 1 | -1/+1 |
* | support automatic installs even when needing the additional drivers floppy | Guillaume Cottenceau | 2004-02-18 | 1 | -2/+12 |
* | support 2.6 insmoding for expert third party modules and loading named modules | Guillaume Cottenceau | 2004-02-17 | 3 | -18/+28 |
* | when available, always load usb interface, as soon as possible, should help u... | Guillaume Cottenceau | 2004-02-17 | 4 | -21/+3 |
* | fix buggy redhat code exhausted only in -Os which corrupted | Guillaume Cottenceau | 2004-02-16 | 1 | -1/+1 |
* | sleep 10 only when debugging | Pascal Rigaux | 2004-02-13 | 1 | -0/+2 |
* | linux/fd.h is too broken to compile with -W :( | Guillaume Cottenceau | 2004-02-12 | 1 | -1/+1 |
* | try to detect regular floppy drives | Guillaume Cottenceau | 2004-02-12 | 3 | -5/+22 |
* | be sure to load usb-storage after SCSI adapters, so that they are in | Guillaume Cottenceau | 2004-02-11 | 1 | -8/+10 |
* | don't insmod usb-storage the soonest, we can end up mixing scsi devices order... | Guillaume Cottenceau | 2004-02-11 | 1 | -5/+11 |
* | floppy_device returns first floppy device, look for medias first in case of u... | Guillaume Cottenceau | 2004-02-10 | 2 | -1/+14 |
* | in network mode we need to create nodes as well because of usb floppies support | Guillaume Cottenceau | 2004-02-10 | 1 | -2/+0 |
* | use floppy_device rather than /dev/fd0 because we now support usb floppies as... | Guillaume Cottenceau | 2004-02-10 | 2 | -3/+3 |
* | fake usb floppies detection by looking at blocks size of scsi disk devices, 1... | Guillaume Cottenceau | 2004-02-10 | 1 | -2/+17 |
* | log server http response | Guillaume Cottenceau | 2004-02-06 | 1 | -0/+1 |
* | differentiate no floppy disk in driver or ext2 fs | Guillaume Cottenceau | 2004-02-03 | 1 | -2/+5 |
* | document when netauto is not provided and bootfile DHCP server param is given | Guillaume Cottenceau | 2004-02-03 | 1 | -2/+6 |
* | more doc on DHCP server response conf | Guillaume Cottenceau | 2004-02-03 | 1 | -0/+10 |
* | allow having no DNS by only using the ip callback once, see DNS == IP as a sp... | Guillaume Cottenceau | 2004-01-28 | 2 | -2/+22 |
* | don't forget to umount additional drivers floppy after successful copy of mod... | Guillaume Cottenceau | 2004-01-26 | 1 | -0/+1 |
* | since dietlibc always reports null strings for RPC errors, at least provide s... | Guillaume Cottenceau | 2004-01-23 | 1 | -3/+2 |
* | moving forward our story with nice kernel guys, now they decided to remove th... | Guillaume Cottenceau | 2004-01-22 | 1 | -1/+1 |
* | better do 2.4->2.6 compat module alias as soon as possible to display correct... | Guillaume Cottenceau | 2004-01-22 | 1 | -37/+40 |
* | until we haven't loaded the usb interface and the keyboard usb driver, we can... | Guillaume Cottenceau | 2004-01-22 | 11 | -44/+46 |
* | when checking for modules already loaded, be sure to check for the real name | Guillaume Cottenceau | 2004-01-22 | 1 | -1/+2 |
* | ensure insmod will try to access correct filename according to 2.4->2.6 compa... | Guillaume Cottenceau | 2004-01-22 | 1 | -3/+1 |
* | really display filename when "error reading" a file to insmod in 2.6 | Guillaume Cottenceau | 2004-01-22 | 1 | -1/+1 |
* | stage1-network-usb is deprecated | Guillaume Cottenceau | 2004-01-22 | 1 | -13/+3 |
* | nice kernel guys like to change modules names for no reasons when they have a... | Guillaume Cottenceau | 2004-01-22 | 1 | -1/+30 |
* | disk will also need the directory | Guillaume Cottenceau | 2004-01-22 | 1 | -1/+1 |
* | add capability to use an additional drivers floppy | Guillaume Cottenceau | 2004-01-21 | 3 | -12/+70 |
* | network_gigabit_usb doesn't exist anymore | Guillaume Cottenceau | 2004-01-21 | 1 | -1/+1 |
* | *** empty log message *** | Guillaume Cottenceau | 2004-01-20 | 1 | -0/+2 |
* | *** empty log message *** | Guillaume Cottenceau | 2004-01-20 | 1 | -0/+4 |
* | cookr | Guillaume Cottenceau | 2004-01-13 | 1 | -1/+1 |
* | try to use asprintf a bit (hope it doesn't segfault too much) | Guillaume Cottenceau | 2003-12-22 | 3 | -11/+21 |
* | http proxy support for ftp/http install contributed by Olivier Blin <blino at... | Guillaume Cottenceau | 2003-12-22 | 4 | -39/+103 |
* | don't disallow ctrl-alt-del in drakx mode (we don't have sysreqs) | Guillaume Cottenceau | 2003-12-22 | 1 | -0/+2 |
* | 2.6 kernel support | Guillaume Cottenceau | 2003-12-18 | 4 | -14/+83 |
* | add latest identifiers from pcmcia-cs-3.2.6 | Guillaume Cottenceau | 2003-12-11 | 1 | -1/+5 |
* | repeat after me, "kernel is da shit" | Guillaume Cottenceau | 2003-12-09 | 1 | -3/+2 |
* | seems that some neuneu do "init 0" or "init 6" instead of halt/reboot :( | Guillaume Cottenceau | 2003-12-09 | 1 | -1/+7 |
* | can poweroff in UP | Guillaume Cottenceau | 2003-12-09 | 1 | -4/+4 |
* | fix typo | Florent Villard | 2003-12-08 | 1 | -1/+1 |