diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-11-22 14:15:24 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-11-22 14:15:24 +0000 |
commit | c879294087d1f55b5992ff194bae9d0ded78c31a (patch) | |
tree | e54ee940894d61a91f93ee69fc66b3e0d08e58ed /docs | |
parent | 0a60319a0b805bf9c7dfe191ab2bd64fb0fa60e6 (diff) | |
download | drakx-c879294087d1f55b5992ff194bae9d0ded78c31a.tar drakx-c879294087d1f55b5992ff194bae9d0ded78c31a.tar.gz drakx-c879294087d1f55b5992ff194bae9d0ded78c31a.tar.bz2 drakx-c879294087d1f55b5992ff194bae9d0ded78c31a.tar.xz drakx-c879294087d1f55b5992ff194bae9d0ded78c31a.zip |
- no more kernel/all.modules, things are in kernel/all.kernels
- 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)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HACKING | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/docs/HACKING b/docs/HACKING index 1b0fd444e..5530168df 100644 --- a/docs/HACKING +++ b/docs/HACKING @@ -53,17 +53,10 @@ extract the package(s) and build stuff from it. FYI, for each kernel, directories will be populated as follows: gi/kernel/all.kernels/2.6.0 - containing all files from the said kernel RPM package - -gi/kernel/all.modules/2.6.0 - containing all modules, and special files containing - modules for stage1 (*.mar) - -gi/kernel/all.modules/ - containing a special file containing modules for stage1 - (*.cz*) - -Note: the modules must not be in compressed form (*.gz *.bz2 etc) + special files containing + - vmlinuz, modules.dep + - modules for stage1 (*.mar, *.tar) + - modules for stage2 (modules.cz) (3) required rpm packages |