|
我在kernel上面下载了2.6.14版的内核,是个patch-2.6.14.bzip2的包,解开后装到了/usr/src下面,打包后是个patch-2.6.14.gz的一个包,我按书上说的用zcat patch-2.6.14.gz | patch -p0命令安装,结果出现以下东西
[root@localhost src]# zcat patch-2.6.14.gz | patch -p0
The next patch would create the file b/.gitignore,
which already exists! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file b/.gitignore.rej
can't find file to patch at input line 41
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/COPYING b/COPYING
|index 2a7e338..ca442d3 100644
|--- a/COPYING
|+++ b/COPYING
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
2 out of 2 hunks ignored
can't find file to patch at input line 63
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/CREDITS b/CREDITS
|index f553f8c..a347520 100644
|--- a/CREDITS
|+++ b/CREDITS
--------------------------
File to patch:
有几处提问的地方我看不懂,都是按回车过去的,请问哪个知道哪里出错了 |
|