readme.debian

来自「cdfs scr 2420a 2618 ky」· DEBIAN 代码 · 共 51 行

DEBIAN
51
字号
cdfs-src for Debian-------------------To build the cdfs modules package, use the module-assistant utility.Run: m-a a-i cdfsto generate the modules DEB package and install itOther ways are: - with make-kpkg (package: kernel-package):   To install, extract the   tarball in /usr/src, and create the modules packages with make-kpkg.   Then install with dpkg.   $ cd /usr/src   $ tar jxvf cdfs.tar.bz2   $ cd /usr/src/kernel-source-2.*   $ make-kpkg modules_image   $ ls -ltra ..   $ dpkg -i ../<NEW CREATED PACKAGE> - building manually:   Alternatively, if you do not want to use make-kpkg or install the   whole kernel source, please install the essential development   packages and the kernel-headers-x.y.z-foo-bar package for your   kernel. For example:   $ apt-get install build-essential kernel-headers-x.y.z-foo-bar   # (where x.y.z-foo-bar matches exactly your kernel version, ie.   # 2.4.17-k7)   $ cd /usr/src   $ tar jxvf cdfs.tar.bz2   $ cd modules/cdfs   $ debian/rules kdist_image KSRC=/usr/src/kernel-headers-x.y.z-foo-bar KVERS=2.4.xy-foo-bar   $ cd /usr/src   $ ls -ltra   $ dpkg -i ../<NEW CREATED PACKAGE>If you wish to patch the cdfs module into the kernel, read theINSTALL file and use the patch.cdfs file from the debian/subdirectory.If you wish to generate a .changes file for the module package, use thekdist rule instead of kdist_image or see the manpage of module-assistantto work with it. -- Eduard Bloch <blade@debian.org>,  Thu, 15 Apr 2004 02:23:06 +0200

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?