Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pcmcia works on x86_64 too, update stage1 build for 10.0 | Gwenolé Beauchesne | 2004-09-21 | 1 | -0/+9 |
| | |||||
* | clean-up, merge, fix pcmcia subsystem to make it work on x86_64 | Gwenolé Beauchesne | 2004-09-21 | 10 | -117/+16 |
| | |||||
* | define io ports on x86_64 too for pcmcia stuff | Gwenolé Beauchesne | 2004-09-21 | 1 | -1/+1 |
| | |||||
* | revert previous commit, that won't work after pivot_root (proc has to | Olivier Blin | 2004-07-30 | 1 | -6/+3 |
| | | | | | | | be mounted, insmod would have to be able to find the modules in the new root), we'll have to use hotplug to load eagle-usb drivers in Move (in next release maybe) | ||||
* | s/MandrakeMove/Move/ | Pascal Rigaux | 2004-07-29 | 2 | -3/+4 |
| | |||||
* | do not probe usb interface too soon, wait for the Move images to be mounted | Olivier Blin | 2004-07-28 | 1 | -3/+6 |
| | | | | | (or else usb drivers won't be automatically loaded at boot with Move) | ||||
* | don't redefine buf for /proc/scsi/scsi (size 5000 instead of 512) | Nicolas Planel | 2004-06-24 | 1 | -1/+0 |
| | |||||
* | increase the number of loopbacks (needed for mandrakemove where the default ↵ | Pascal Rigaux | 2004-06-15 | 1 | -4/+4 |
| | | | | (8) is much too low :) | ||||
* | in move, use stg1_info_message() instead of stg1_error_message() not to ↵ | Olivier Blin | 2004-06-09 | 1 | -1/+1 |
| | | | | disable MODE_AUTOMATIC if not enough memory | ||||
* | This commit was manufactured by cvs2svn to create branch | Mystery Man | 2004-06-09 | 1 | -0/+669 |
| | | | | 'MDK-10-update'. | ||||
* | use the same technique as ldetect for detecting usb and firewire controllers ↵ | Pascal Rigaux | 2004-06-03 | 1 | -31/+61 |
| | | | | (based on the pci class) | ||||
* | usb cdrom has a weird size in /proc/partitions, the result is that it is ↵ | Pascal Rigaux | 2004-05-13 | 1 | -1/+1 |
| | | | | detected as floppy | ||||
* | This commit was manufactured by cvs2svn to create branch | Mystery Man | 2004-05-11 | 1 | -671/+0 |
| | | | | 'MDK-10-update'. | ||||
* | don't use msgboot-graphicallogo.img.bz2 anymore, build it (easy and simpler) | Pascal Rigaux | 2004-05-03 | 2 | -0/+0 |
| | |||||
* | stage1-disk and stage1-medias-usb are dead already | Pascal Rigaux | 2004-05-03 | 1 | -32/+4 |
| | |||||
* | obsolete stuff | Pascal Rigaux | 2004-05-03 | 2 | -0/+0 |
| | |||||
* | blank.img has been removed, so remove special code handling it | Pascal Rigaux | 2004-05-03 | 3 | -13/+1 |
| | |||||
* | rename MandrakeMove to Mandrakemove | Pascal Rigaux | 2004-04-26 | 2 | -3/+3 |
| | |||||
* | - no need for chloop device anymore, my kernel patch applies directly on the ↵ | Pascal Rigaux | 2004-04-08 | 1 | -11/+5 |
| | | | | | | | default loop module :) - gzloop needs cryptoloop and zlib_inflate (why must i handle this by hand? is my gzloop ugly?...) | ||||
* | clean init-move when cleaning | Pascal Rigaux | 2004-04-02 | 1 | -1/+1 |
| | |||||
* | enable nfs install on old i586 machines (or maybe poor network cards) ↵ | Pascal Rigaux | 2004-04-02 | 1 | -3/+5 |
| | | | | (bugzilla #9322) (thanks to Michael Riss) | ||||
* | 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 |
| | | | | "unmounting filesystems...") | ||||
* | when in automatic=disk mode but no partition is given, fall back | Guillaume Cottenceau | 2004-02-27 | 1 | -3/+1 |
| | | | | | on non automatic mode evidently | ||||
* | give us more chance to get bootloader write actually commited to | Guillaume Cottenceau | 2004-02-25 | 1 | -0/+3 |
| | | | | | disk before reboot | ||||
* | Patch from gc to allow booting a MandrakeMove on a Harddrive using the | Erwan Velu | 2004-02-25 | 1 | -10/+30 |
| | | | | | automatic settings. | ||||
* | 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 ↵ | Guillaume Cottenceau | 2004-02-17 | 4 | -21/+3 |
| | | | | usb mouse detection in stage2 which otherwise timeouts | ||||
* | fix buggy redhat code exhausted only in -Os which corrupted | Guillaume Cottenceau | 2004-02-16 | 1 | -1/+1 |
| | | | | | | memory and gave wrong results for download file size in FTP/HTTP installs | ||||
* | 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 |
| | | | | | same order than reboot, so that naming is the same | ||||
* | don't insmod usb-storage the soonest, we can end up mixing scsi devices ↵ | Guillaume Cottenceau | 2004-02-11 | 1 | -5/+11 |
| | | | | orders at reboot time, do it only when needed | ||||
* | floppy_device returns first floppy device, look for medias first in case of ↵ | Guillaume Cottenceau | 2004-02-10 | 2 | -1/+14 |
| | | | | usb floppies (maybe ide floppies also? never tested) then regular floppy drive | ||||
* | 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 ↵ | Guillaume Cottenceau | 2004-02-10 | 2 | -3/+3 |
| | | | | as well | ||||
* | fake usb floppies detection by looking at blocks size of scsi disk devices, ↵ | Guillaume Cottenceau | 2004-02-10 | 1 | -2/+17 |
| | | | | 1048575 is for 2.4 and 1440 for 2.6 | ||||
* | 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 ↵ | Guillaume Cottenceau | 2004-01-28 | 2 | -2/+22 |
| | | | | special case, don't do DNS calls when no DNS is configured to avoid timeouts | ||||
* | don't forget to umount additional drivers floppy after successful copy of ↵ | Guillaume Cottenceau | 2004-01-26 | 1 | -0/+1 |
| | | | | modules.mar (gc sux) | ||||
* | since dietlibc always reports null strings for RPC errors, at least provide ↵ | Guillaume Cottenceau | 2004-01-23 | 1 | -3/+2 |
| | | | | something useful instead | ||||
* | moving forward our story with nice kernel guys, now they decided to remove ↵ | Guillaume Cottenceau | 2004-01-22 | 1 | -1/+1 |
| | | | | the trailing space at the end of "Attached devices:" of /proc/scsi/scsi, probably that they had nothing more interesting to do this day | ||||
* | better do 2.4->2.6 compat module alias as soon as possible to display ↵ | Guillaume Cottenceau | 2004-01-22 | 1 | -37/+40 |
| | | | | correct stuff in logs and simplify code |