diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-09-12 12:33:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-09-12 12:33:37 +0000 |
commit | 85dc6a3f209a9224dd27f6f2de65d1ce0cd13c39 (patch) | |
tree | 46750d1baea112f3ad6fdac640650b9b7d998523 /docs | |
parent | b19a2bb5e467474e685f74e7fd1930faf0097dca (diff) | |
download | drakx-85dc6a3f209a9224dd27f6f2de65d1ce0cd13c39.tar drakx-85dc6a3f209a9224dd27f6f2de65d1ce0cd13c39.tar.gz drakx-85dc6a3f209a9224dd27f6f2de65d1ce0cd13c39.tar.bz2 drakx-85dc6a3f209a9224dd27f6f2de65d1ce0cd13c39.tar.xz drakx-85dc6a3f209a9224dd27f6f2de65d1ce0cd13c39.zip |
explain how to get the boot kernels
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/README b/docs/README index 08d5613cc..30f9ab28b 100644 --- a/docs/README +++ b/docs/README @@ -19,6 +19,14 @@ cvs checkout gi This is only read-only access. If you want more, tell me (pixel@mandrakesoft.com) Alas, all is not in CVS as a lot of things are binary files. + +For the boot kernel, see https://kenobi.mandrakesoft.com/~chmou/kernel-BOOT/ +or build your own: +- install the kernel-*.src.rpm from +- go to the /usr/src/RPM/SPECS/ (or any others topdir you have configured). +- type rpm -ba --with BOOT kernel-2.4.spec. +Then see function install_kernel() at the end of gi/update_kernel. + For the other things, take SRPMS/DrakX-*.src.rpm Please note that redoing *all* the stuff is not for the faint of heart. I myself |