| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with Magiea.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line
Add drakx structure on the SVN
------------------------------------------------------------------------
r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned advertising
------------------------------------------------------------------------
r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line
Import Clean perl-install
------------------------------------------------------------------------
r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line
Add cleaned files
------------------------------------------------------------------------
r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned kernel
------------------------------------------------------------------------
r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned tools
------------------------------------------------------------------------
r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line
Import stage1
------------------------------------------------------------------------
r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line
Import images
------------------------------------------------------------------------
r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines
readd missing file
------------------------------------------------------------------------
r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line
Import rescue
------------------------------------------------------------------------
r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines
import cleaned rescue for Mageia
------------------------------------------------------------------------
r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line
import (cleaned) doc
------------------------------------------------------------------------
|
| |
|
| |
|
|
|
|
| |
non-libata pata modules, like in install::steps)
|
| |
|
| |
|
|
|
|
|
| |
- write the list of supported modules in pci-resource/ and usb-resource/ (instead of the list of support devices)
|
| |
|
| |
|
|
|
|
| |
chance to be automatically loaded
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- cleanup what we keep in kernel/all.kernels: only vmlinuz, modules.dep, *.mar, all_modules.tar, modules.cz
- replace all_modules.list + modules with all_modules.tar
- kernel/all.modules/modules.cz-VERSION are now in kernel/all.kernels/VERSION/modules.cz
- allow having a normal in isolinux, but don't use it for floppy images
(for this, add kernel/all.kernels/.main-BOOT)
- add many modules kernel/list_modules.pm in unused categories since we don't
take all modules from kernel, only those listed
(needed to have a not too big modules.cz for normal kernel)
- complete rewrite of update_kernel (now written in perl)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
list_modules.pm)
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
what's in mar files --> what's given by modules (e.g. just
as update_kernel does)
|
| |
|
|
|
|
|
|
| |
fine-tune sanity_check for ppc
move /dev/nvram from list.ppc to devices.pl
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
was clashing)
|
| |
|
| |
|
| |
|
|
|
|
| |
classify some of its net modules..
|
|
|
|
| |
consistency check
|
| |
|
|
|
|
| |
files actually in marfiles
|
|
|
|
|
|
| |
- honour kernel-2.4 modules location when globbing for finding modules by type
- verify against ../../modules/*.mar stuff to print out warnings if we miss some modules
|
| |
|
| |
|
|
|
|
| |
gi/ldetect-lst
|
| |
|
| |
|
|
|
|
|
|
| |
- write real separation between cdrom, disk, and network code; have multiple targets for that issue
- begin network code: network interface is up and runing (static IP only), network is configured
|
|
- add listing of available modules and insmod'ing on user request
- make rescue-stage2 working
|