Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | the right place to enumerate modules is list_modules.pm | Pascal Rigaux | 2004-04-13 | 1 | -2/+1 |
| | |||||
* | modinfo when running on kernel 2.6 is incompatible with the one on kernel ↵ | Pascal Rigaux | 2004-04-08 | 1 | -1/+9 |
| | | | | 2.4, so handle both cases | ||||
* | prefer kernel 2.6 | Pascal Rigaux | 2004-01-22 | 1 | -2/+3 |
| | |||||
* | handle 2 boot kernels in distro | Pascal Rigaux | 2004-01-22 | 1 | -25/+36 |
| | |||||
* | use the list of modules (eg: cdrom, all, pcmcia) given by modules.pl | Pascal Rigaux | 2004-01-22 | 1 | -1/+1 |
| | |||||
* | the rpm passed as parameter can now be a relative file or an absolute file | Pascal Rigaux | 2004-01-22 | 1 | -0/+1 |
| | |||||
* | - allow to specify a kernel rpm (works both for BOOT kernels and normal one) | Pascal Rigaux | 2004-01-13 | 1 | -15/+17 |
| | | | | | - allow --move | ||||
* | use all.rdz instead of network.rdz in tftp (network.rdz is deprecated) | Pascal Rigaux | 2004-01-12 | 1 | -1/+1 |
| | |||||
* | 2.6 kernel support | Guillaume Cottenceau | 2003-12-18 | 1 | -10/+32 |
| | |||||
* | have these modules at first so that they are loaded faster | Guillaume Cottenceau | 2003-12-02 | 1 | -1/+1 |
| | |||||
* | conditionally packdrake | Guillaume Cottenceau | 2003-12-01 | 1 | -4/+6 |
| | |||||
* | "rh" loop is now called change_loop | Guillaume Cottenceau | 2003-11-27 | 1 | -1/+1 |
| | |||||
* | we use supermount in move now | Guillaume Cottenceau | 2003-11-05 | 1 | -1/+1 |
| | |||||
* | fix | Guillaume Cottenceau | 2003-10-29 | 1 | -2/+3 |
| | |||||
* | handle depfile per kernel, not just 2.4* modules.dep | Guillaume Cottenceau | 2003-10-29 | 1 | -3/+5 |
| | |||||
* | allow specifying a kernel | Guillaume Cottenceau | 2003-10-08 | 1 | -2/+9 |
| | |||||
* | nuke obsolete code | Gwenolé Beauchesne | 2003-09-09 | 1 | -6/+0 |
| | |||||
* | - strip_modules on every arch | Pascal Rigaux | 2003-08-21 | 1 | -8/+4 |
| | | | | | - discard error messages (there are normal and ugly) | ||||
* | - Strip modules on AMD64 with K. O. script | Gwenolé Beauchesne | 2003-08-20 | 1 | -3/+12 |
| | | | | | - Split network_gigabit_usb.img into network_{gigabit,usb}.img on AMD64 | ||||
* | Merge from AMD64 branch | Gwenolé Beauchesne | 2003-08-19 | 1 | -8/+23 |
| | |||||
* | hd_usb.img -> hdcdrom_usb.img | Guillaume Cottenceau | 2003-02-28 | 1 | -1/+1 |
| | |||||
* | - better error message for bad modules in modules.pl | Pascal Rigaux | 2003-02-11 | 1 | -1/+2 |
| | | | | | | - handle the exit code of modules.pl (so that .mar files not generated is more understandable) | ||||
* | - remove other & usb, add hd_usb & network_gigabit_usb | Pascal Rigaux | 2003-01-30 | 1 | -6/+19 |
| | | | | | - call modules.pl after generating modules.dep | ||||
* | using pixel though for perl (-lne instead of -ln). | Francois Pons | 2003-01-08 | 1 | -1/+1 |
| | |||||
* | definitively fixed bad version and release retrieved from BOOT kernel. | Francois Pons | 2003-01-08 | 1 | -2/+2 |
| | |||||
* | move all.kernels to the new "kernel" directory | Pascal Rigaux | 2002-07-08 | 1 | -0/+6 |
| | |||||
* | s|modinfo|/sbin/modinfo| for people with "normal" path ;p | Guillaume Cottenceau | 2002-07-05 | 1 | -1/+1 |
| | |||||
* | add checks (which used to be done by mdk-stage1/pci-resource/update-pci-ids) | Pascal Rigaux | 2002-07-05 | 1 | -0/+2 |
| | |||||
* | new directory "kernel" containing: | Pascal Rigaux | 2002-07-04 | 1 | -0/+92 |
- all.modules all.kernels update_kernel - part of perl-install/modules.pm now in kernel/list_modules.pm and kernel/modules.pl - update_kernel cleaned (it doesn't mention module names anymore, it is now in kernel/modules.pl) - cleanup Makefile - mdk-stage1 doesn't depend on perl-install anymore (more precisely mdk-stage1/pci-resource/update-pci-ids.pl) |