Re: CDWriter at a VPS? [message #2435 is a reply to message #2434] |
Tue, 04 April 2006 20:14   |
dev
Messages: 1693 Registered: September 2005 Location: Moscow
|
Senior Member |

|
|
1. you need to install SRC RPM (http://openvz.org/download/kernel/)
2. somewhere in /usr/src (depending on host OS you use. e.g. redhat usually keeps them in /usr/src/redhat, SUSE in /usr/src/packages)
you will have directory SPECS and kernel-ovz.spec file in it.
3. in kernel-ovz.spec there is list of patches to apply.
For example, if you say the patch I proposed as /usr/src/.../SOURCES/isofs.patch, then in kernel-ovz.spec you need to add line (after the last 'PatchXXXX: ...' there):
and line (right after the last '%patch ...':
4. after that you simply need to build new RPMs with:
# rpmbuild -ba --target=i686 kernel-ovz.spec
5. build RPMs will be saved in /usr/src/.../RPMS/i686/
[Updated on: Tue, 04 April 2006 20:14] Report message to a moderator
|
|
|