summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Collapse)AuthorAgeFilesLines
* fix myself sux: don't unconditionnally fgets /proc/modules, because fopenGuillaume Cottenceau2003-03-141-8/+9
| | | | | | may have failed (the libc, in its great search for speed, probably doesn't care to check if the FILE* given to fgets is valid and opened)
* provide Host: in http requests so that install works from sites with virtual ↵Guillaume Cottenceau2003-03-061-2/+2
| | | | hosting (#2561)
* don't forget to probe USB for info and error messages as wellGuillaume Cottenceau2003-03-042-0/+4
|
* fix deps problem when re-running makeGuillaume Cottenceau2003-02-281-2/+0
|
* moltes powered (for deush)Guillaume Cottenceau2003-02-281-2/+1
|
* hd_usb.img -> hdcdrom_usb.imgGuillaume Cottenceau2003-02-283-7/+15
|
* don't forget gigabit network adaptersGuillaume Cottenceau2003-02-271-1/+1
|
* handle device hdi, hdj... hdt creationPascal Rigaux2003-02-251-0/+24
|
* replace checking hd[a-h] with hd[a-t] (cf bug #1801)Pascal Rigaux2003-02-241-1/+1
|
* fix potential segfault thx to gwenoleGuillaume Cottenceau2003-02-201-1/+1
|
* when detected too little memory in ftp/http, inform user that he/she may try ↵Guillaume Cottenceau2003-02-131-2/+2
| | | | an nfs install
* compile with -WGuillaume Cottenceau2003-02-121-2/+3
|
* when probing that we're in testing mode, print out the pid (since the probe ↵Guillaume Cottenceau2003-02-081-1/+1
| | | | is based on the pid and some recent machines seem to interact badly with that when in bad acpi mood)
* indentGuillaume Cottenceau2003-02-081-2/+2
|
* ramdisk is enlarging, move the limit from 52 Mb to 68 Mb (it won't work ↵Guillaume Cottenceau2003-02-081-1/+1
| | | | properly in gtk on a box with 64 Mb of memory..)
* set version to 9.1Guillaume Cottenceau2003-02-081-1/+1
|
* don't save hostname if intf->boot_proto == BOOTPROTO_DHCPDamien Chaumette2003-01-311-1/+1
|
* *** empty log message ***Pascal Rigaux2003-01-301-1/+2
|
* remove other.img & usb.img, add hd_usb.img & network_gigabit_usb.imgPascal Rigaux2003-01-301-6/+13
|
* fixed progress bar too small.Francois Pons2003-01-301-0/+0
|
* new image for floppy for 9.1Francois Pons2003-01-301-0/+0
|
* add full pci probe supportGuillaume Cottenceau2003-01-222-43/+110
|
* have pci usb controllers sorted alphabeticallyGuillaume Cottenceau2003-01-221-1/+2
|
* add symbols __libc_csu_fini and __libc_csu_init to be compatible with new ↵Pascal Rigaux2003-01-031-0/+9
| | | | glibc (?)
* meuhGuillaume Cottenceau2002-12-191-3/+3
|
* gcsuxGuillaume Cottenceau2002-12-031-1/+1
|
* fixes for new kernel headers (It should problably be kernel-headers to beFrancois Pons2002-11-251-0/+1
| | | | | modified but it is *much* faster to modify yoyotte's works).
* PPC TIOCSCTTY changed to 0x540EStew Benedict2002-11-051-1/+1
|
* cookerGuillaume Cottenceau2002-10-021-1/+1
|
* do not detect/configure pcmcia stuff when "noauto" paramGuillaume Cottenceau2002-10-021-1/+2
|
* try to not save the hostname answered by the dhcp serverGuillaume Cottenceau2002-09-262-9/+3
|
* http: don't add a / between the hostname and the url, apacheGuillaume Cottenceau2002-09-141-1/+1
| | | | | doesn't understand //~fermigier the same way as /~fermigier
* meuhGuillaume Cottenceau2002-09-111-0/+2
|
* probe for usb stuff in info and error msg alsoGuillaume Cottenceau2002-09-111-0/+2
|
* tag version as 9.0Guillaume Cottenceau2002-09-101-1/+1
|
* fake support the firewire in stage1 (as if it were usb ;p)Guillaume Cottenceau2002-09-054-2/+5
|
* merge some code from pcmcia-cs-3.2.1 so that some pci pcmcia driverGuillaume Cottenceau2002-08-291-49/+45
| | | | | use i82365 rather than yenta_socket
* Add missing includes, <string.h> for bzero()Gwenolé Beauchesne2002-08-011-0/+1
|
* hopefully fix "device or resource busy" problem in cdromGuillaume Cottenceau2002-07-311-4/+4
| | | | | | automatic mode (I messed up between truth value and number in a list... the first value is numbered "0" whicih is "false"...)
* fix typoPascal Rigaux2002-07-291-0/+0
|
* - usage of attribute unused (has not been rebuilt since -W? ;p)Guillaume Cottenceau2002-07-261-1/+5
| | | | | | - since i polluted the newt-frontend with probing functions, i need to have probing functions (doing nothing) here :-((
* new logo (simplified for 9.0).Francois Pons2002-07-251-0/+0
|
* enhance (complicate? ;p) device detection so that scsi and usbGuillaume Cottenceau2002-07-2410-66/+130
| | | | | | | | detection are done only when no ide cdrom with mandrake install is detected (speed up), have usb keyboard modules installed before any interactive question, honour "noauto" (skip usb detection and insmod'ing)
* s/usb/moreprofessional/ thanks to vdanenGuillaume Cottenceau2002-07-231-1/+1
|
* stage1 version s/8.2/cooker/Guillaume Cottenceau2002-07-191-1/+1
|
* extend a bit fatal error when trying to executeGuillaume Cottenceau2002-07-161-0/+1
| | | | | /usr/bin/runinstall2 and it's not possible
* small readability & size enhancementGuillaume Cottenceau2002-07-081-3/+3
|
* - do not use mar files for the list of modules, use list_modules.pm via ↵Pascal Rigaux2002-07-051-35/+18
| | | | | | | kernel/modules.pl instead - use read_pcitable to parse usbtable
* make it work with "use strict"Pascal Rigaux2002-07-051-6/+5
|
* do not look at the mar files anymore, only use kernel/modules.pl (and so ↵Pascal Rigaux2002-07-051-33/+6
| | | | list_modules.pm)