diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2004-01-23 17:19:19 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2004-01-23 17:19:19 +0000 |
commit | 3845ef921e09cba00601b9d98c149deafc91b9e0 (patch) | |
tree | 428dd892f37a8e177f304f82536c35f6f2e849c2 | |
parent | 170cd78c0a445d660fe95bc641c899feaa48ac4a (diff) | |
download | drakx-3845ef921e09cba00601b9d98c149deafc91b9e0.tar drakx-3845ef921e09cba00601b9d98c149deafc91b9e0.tar.gz drakx-3845ef921e09cba00601b9d98c149deafc91b9e0.tar.bz2 drakx-3845ef921e09cba00601b9d98c149deafc91b9e0.tar.xz drakx-3845ef921e09cba00601b9d98c149deafc91b9e0.zip |
wrong, "make" in kernel by hand is not even needed
-rw-r--r-- | docs/HACKING | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/HACKING b/docs/HACKING index e9ae7decb..ca3704d4a 100644 --- a/docs/HACKING +++ b/docs/HACKING @@ -47,11 +47,10 @@ locales-ja locales-ko locales-zh GI needs to be informed about which kernel(s) is/are to be used. Most of the time, no manual install is needed. Just be sure to -have the BOOT kernel(s) in /RPMS and issue "make" in the -"kernel/" subdirectory of the "gi" directory. This will install -the kernel and compile necessary files related to. +have the BOOT kernel(s) in /RPMS, and typing make later on will +extract the package(s) and build stuff from it. -For each kernel, directories will be populated as follows: +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 |