Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unnecessary redhat history code | Guillaume Cottenceau | 2001-04-12 | 1 | -7/+4 |
| | |||||
* | remove unneeded #define | Guillaume Cottenceau | 2001-04-12 | 1 | -3/+0 |
| | |||||
* | - honour quiet mode at boot time | Guillaume Cottenceau | 2001-04-10 | 2 | -6/+33 |
| | | | | | - fake modprobe to shut up kmod | ||||
* | 8.0rc -> 8.0 | Guillaume Cottenceau | 2001-04-09 | 1 | -1/+1 |
| | |||||
* | 8.0beta -> 8.0rc | Guillaume Cottenceau | 2001-04-09 | 1 | -1/+1 |
| | |||||
* | fix Traktopel Maxim thanks to Kevin Lawton | Guillaume Cottenceau | 2001-04-09 | 1 | -1/+1 |
| | |||||
* | steal raid_autorun from rh | Guillaume Cottenceau | 2001-04-06 | 2 | -3/+38 |
| | |||||
* | - do not print warning when we are in AUTOMATIC and insmod failed because of ↵ | Guillaume Cottenceau | 2001-04-06 | 3 | -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 | ||||
* | fix | Guillaume Cottenceau | 2001-04-02 | 1 | -1/+1 |
| | |||||
* | comply to all.kernels policy | Guillaume Cottenceau | 2001-04-02 | 1 | -2/+2 |
| | |||||
* | support more than one boot kernel :-) | Guillaume Cottenceau | 2001-03-29 | 1 | -4/+8 |
| | |||||
* | update boot image. | Francois Pons | 2001-03-27 | 1 | -0/+0 |
| | |||||
* | force 8192 bytes for nfs transfers | Guillaume Cottenceau | 2001-03-27 | 1 | -2/+3 |
| | |||||
* | remove the "use common" which is unneeded (and "member" of merge2pcitable | Pascal Rigaux | 2001-03-24 | 1 | -3/+0 |
| | | | | | was clashing) | ||||
* | - fix detection of more than 3 scsi attached devices | Guillaume Cottenceau | 2001-03-22 | 2 | -10/+21 |
| | | | | | - cleaner code for cmp of ptr against static strings | ||||
* | *** empty log message *** | Guillaume Cottenceau | 2001-03-20 | 1 | -0/+394 |
| | |||||
* | *** empty log message *** | Guillaume Cottenceau | 2001-03-20 | 1 | -396/+0 |
| | |||||
* | stage1.c: fix for rescue image PPC | Stew Benedict | 2001-03-19 | 1 | -1/+1 |
| | |||||
* | use some help with __attribute__ | Guillaume Cottenceau | 2001-03-18 | 4 | -6/+6 |
| | |||||
* | fix for hd-install when you provide a not valid ISO (cd #2 for example) | Guillaume Cottenceau | 2001-03-18 | 3 | -21/+26 |
| | |||||
* | sync | Guillaume Cottenceau | 2001-03-17 | 2 | -0/+33 |
| | |||||
* | *** empty log message *** | Guillaume Cottenceau | 2001-03-17 | 1 | -0/+1 |
| | |||||
* | do not use marfiles for deps | Guillaume Cottenceau | 2001-03-17 | 1 | -1/+1 |
| | |||||
* | handle left and right arrow keys, in editing ask_from_entries in stdio mode | Guillaume Cottenceau | 2001-03-17 | 1 | -7/+46 |
| | |||||
* | bump version to 1.0.1 for new mkinitrd package release | Guillaume Cottenceau | 2001-03-17 | 1 | -1/+1 |
| | |||||
* | fix insmod calling realloc(0,0) to work with dietlibc | Guillaume Cottenceau | 2001-03-17 | 1 | -1/+4 |
| | |||||
* | also build standalone insmod-DIET for testing purposes.. | Guillaume Cottenceau | 2001-03-17 | 1 | -1/+12 |
| | |||||
* | write down mkinitrd_helper | Guillaume Cottenceau | 2001-03-16 | 3 | -0/+303 |
| | |||||
* | refine deps | Guillaume Cottenceau | 2001-03-16 | 1 | -1/+1 |
| | |||||
* | force load | Guillaume Cottenceau | 2001-03-16 | 1 | -1/+1 |
| | |||||
* | workaround kernel-2.4 bug with /dev/log | Guillaume Cottenceau | 2001-03-08 | 1 | -24/+25 |
| | |||||
* | do not segfault in dhcp stuff, when af_packet is not honoured by kernel | Guillaume Cottenceau | 2001-03-08 | 1 | -0/+4 |
| | |||||
* | do not display from syslog msg's from RPM telling that it | Guillaume Cottenceau | 2001-03-06 | 1 | -3/+6 |
| | | | | | installed/removed some pkg's | ||||
* | fix includes for init | Guillaume Cottenceau | 2001-03-06 | 1 | -2/+2 |
| | |||||
* | enable probing of all the CDROM drives in automatic mode | Guillaume Cottenceau | 2001-03-06 | 1 | -20/+52 |
| | |||||
* | use modutils for non Intel arch's | Guillaume Cottenceau | 2001-02-22 | 67 | -9/+13421 |
| | |||||
* | have "init" compiled against dietlibc (rather than glibc) on non-Intel arch's | Guillaume Cottenceau | 2001-02-22 | 10 | -27/+51 |
| | |||||
* | - fix "init" on ppc (do not use minilibc on non-i386 arch's) | Guillaume Cottenceau | 2001-02-21 | 8 | -62/+99 |
| | | | | | | - fix segfault of dietlibc-linked apps (broken va_stuff in dietlibc) - cleanup of "init" | ||||
* | fix up syslog logging stuff | Guillaume Cottenceau | 2001-02-21 | 1 | -28/+18 |
| | |||||
* | add support for automatic (ex-kickstart) in disk installs | Guillaume Cottenceau | 2001-02-21 | 1 | -5/+8 |
| | |||||
* | for HTTP installs, make use of Content-Length when available, to display ↵ | Guillaume Cottenceau | 2001-02-20 | 3 | -6/+14 |
| | | | | progressbar | ||||
* | try to print errno's stuff when symlink to /tmp/stage2 failed | Guillaume Cottenceau | 2001-02-19 | 1 | -2/+4 |
| | |||||
* | ARP_MAX_RETRIES: s/5/4 | Guillaume Cottenceau | 2001-02-19 | 1 | -1/+1 |
| | |||||
* | display more nicely when there is a long list to choose from (1, 2 or 4 columns) | Guillaume Cottenceau | 2001-02-16 | 1 | -5/+31 |
| | |||||
* | better ansi colors | Guillaume Cottenceau | 2001-02-16 | 1 | -1/+1 |
| | |||||
* | comply with glibc-2.2.2 more strict headers | Guillaume Cottenceau | 2001-02-16 | 1 | -0/+1 |
| | |||||
* | better error msg thx to mcdtg | Guillaume Cottenceau | 2001-02-13 | 1 | -1/+1 |
| | |||||
* | write down Magic Callback (tm) for static ip stuff | Guillaume Cottenceau | 2001-02-13 | 9 | -28/+173 |
| | |||||
* | use exit code 66 for rescue | Guillaume Cottenceau | 2001-02-13 | 2 | -6/+7 |
| | |||||
* | ask for modules parameters everytime in expert mode, to avoid wrong ↵ | Guillaume Cottenceau | 2001-02-13 | 1 | -11/+2 |
| | | | | autodetections in certain cases |