|
|

楼主 |
发表于 2005-8-17 14:51:48
|
显示全部楼层
继续请教
我在编译usermodelinuux
这是第四步编译说明
4. Apply the patch using
$ cd /usr/src/uml/linux
$ cat uml-patch-2.4.0-prerelease.bz2 | bunzip2 - | patch -p1
我执行后怎么变成这个样子了
[root@lin uml]# cat uml-patch-2.4.1.bz2 | bunzip2 - | patch -p1
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Naur -X exclude-files orig/CREDITS um/CREDITS
|--- orig/CREDITS Tue Jan 30 13:33:03 2001
|+++ um/CREDITS Tue Jan 30 13:33:29 2001
--------------------------
File to patch: |
|