summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Collapse)AuthorAgeFilesLines
* remove unnecessary redhat history codeGuillaume Cottenceau2001-04-121-7/+4
|
* remove unneeded #defineGuillaume Cottenceau2001-04-121-3/+0
|
* - honour quiet mode at boot timeGuillaume Cottenceau2001-04-102-6/+33
| | | | | - fake modprobe to shut up kmod
* 8.0rc -> 8.0Guillaume Cottenceau2001-04-091-1/+1
|
* 8.0beta -> 8.0rcGuillaume Cottenceau2001-04-091-1/+1
|
* fix Traktopel Maxim thanks to Kevin LawtonGuillaume Cottenceau2001-04-091-1/+1
|
* steal raid_autorun from rhGuillaume Cottenceau2001-04-062-3/+38
|
* - do not print warning when we are in AUTOMATIC and insmod failed because of ↵Guillaume Cottenceau2001-04-063-10/+11
| | | | | | | | file-not-found in mar file (raid cards, etc) - print "please include msg from Alt-F3" for this warning message to ease further support - print pci entry of cards found in te logs
* fixGuillaume Cottenceau2001-04-021-1/+1
|
* comply to all.kernels policyGuillaume Cottenceau2001-04-021-2/+2
|
* support more than one boot kernel :-)Guillaume Cottenceau2001-03-291-4/+8
|
* update boot image.Francois Pons2001-03-271-0/+0
|
* force 8192 bytes for nfs transfersGuillaume Cottenceau2001-03-271-2/+3
|
* remove the "use common" which is unneeded (and "member" of merge2pcitablePascal Rigaux2001-03-241-3/+0
| | | | | was clashing)
* - fix detection of more than 3 scsi attached devicesGuillaume Cottenceau2001-03-222-10/+21
| | | | | - cleaner code for cmp of ptr against static strings
* *** empty log message ***Guillaume Cottenceau2001-03-201-0/+394
|
* *** empty log message ***Guillaume Cottenceau2001-03-201-396/+0
|
* stage1.c: fix for rescue image PPCStew Benedict2001-03-191-1/+1
|
* use some help with __attribute__Guillaume Cottenceau2001-03-184-6/+6
|
* fix for hd-install when you provide a not valid ISO (cd #2 for example)Guillaume Cottenceau2001-03-183-21/+26
|
* syncGuillaume Cottenceau2001-03-172-0/+33
|
* *** empty log message ***Guillaume Cottenceau2001-03-171-0/+1
|
* do not use marfiles for depsGuillaume Cottenceau2001-03-171-1/+1
|
* handle left and right arrow keys, in editing ask_from_entries in stdio modeGuillaume Cottenceau2001-03-171-7/+46
|
* bump version to 1.0.1 for new mkinitrd package releaseGuillaume Cottenceau2001-03-171-1/+1
|
* fix insmod calling realloc(0,0) to work with dietlibcGuillaume Cottenceau2001-03-171-1/+4
|
* also build standalone insmod-DIET for testing purposes..Guillaume Cottenceau2001-03-171-1/+12
|
* write down mkinitrd_helperGuillaume Cottenceau2001-03-163-0/+303
|
* refine depsGuillaume Cottenceau2001-03-161-1/+1
|
* force loadGuillaume Cottenceau2001-03-161-1/+1
|
* workaround kernel-2.4 bug with /dev/logGuillaume Cottenceau2001-03-081-24/+25
|
* do not segfault in dhcp stuff, when af_packet is not honoured by kernelGuillaume Cottenceau2001-03-081-0/+4
|
* do not display from syslog msg's from RPM telling that itGuillaume Cottenceau2001-03-061-3/+6
| | | | | installed/removed some pkg's
* fix includes for initGuillaume Cottenceau2001-03-061-2/+2
|
* enable probing of all the CDROM drives in automatic modeGuillaume Cottenceau2001-03-061-20/+52
|
* use modutils for non Intel arch'sGuillaume Cottenceau2001-02-2267-9/+13421
|
* have "init" compiled against dietlibc (rather than glibc) on non-Intel arch'sGuillaume Cottenceau2001-02-2210-27/+51
|
* - fix "init" on ppc (do not use minilibc on non-i386 arch's)Guillaume Cottenceau2001-02-218-62/+99
| | | | | | - fix segfault of dietlibc-linked apps (broken va_stuff in dietlibc) - cleanup of "init"
* fix up syslog logging stuffGuillaume Cottenceau2001-02-211-28/+18
|
* add support for automatic (ex-kickstart) in disk installsGuillaume Cottenceau2001-02-211-5/+8
|
* for HTTP installs, make use of Content-Length when available, to display ↵Guillaume Cottenceau2001-02-203-6/+14
| | | | progressbar
* try to print errno's stuff when symlink to /tmp/stage2 failedGuillaume Cottenceau2001-02-191-2/+4
|
* ARP_MAX_RETRIES: s/5/4Guillaume Cottenceau2001-02-191-1/+1
|
* display more nicely when there is a long list to choose from (1, 2 or 4 columns)Guillaume Cottenceau2001-02-161-5/+31
|
* better ansi colorsGuillaume Cottenceau2001-02-161-1/+1
|
* comply with glibc-2.2.2 more strict headersGuillaume Cottenceau2001-02-161-0/+1
|
* better error msg thx to mcdtgGuillaume Cottenceau2001-02-131-1/+1
|
* write down Magic Callback (tm) for static ip stuffGuillaume Cottenceau2001-02-139-28/+173
|
* use exit code 66 for rescueGuillaume Cottenceau2001-02-132-6/+7
|
* ask for modules parameters everytime in expert mode, to avoid wrong ↵Guillaume Cottenceau2001-02-131-11/+2
| | | | autodetections in certain cases