|
Revision 2, 1.1 kB
(checked in by nextime, 2 years ago)
|
Initial import, branching from morphix svn
|
| Line | |
|---|
| 1 |
cowloop for debian |
|---|
| 2 |
------------------ |
|---|
| 3 |
|
|---|
| 4 |
o How do i build this module the debian way? |
|---|
| 5 |
|
|---|
| 6 |
- Building without make-kpkg |
|---|
| 7 |
|
|---|
| 8 |
$ cd /usr/src/ |
|---|
| 9 |
$ tar jxvf cowloop.tar.bz2 |
|---|
| 10 |
$ cd modules/cowloop |
|---|
| 11 |
$ fakeroot debian/rules kdist_image |
|---|
| 12 |
|
|---|
| 13 |
or if you want to build the module against kernel sources that dont live in /usr/src/linux |
|---|
| 14 |
|
|---|
| 15 |
$ KSRC=/home/rene/src/kernel-source-2.6.8-k7-skas3-v7 KVERS=2.6.8-k7-skas3-v7 fakeroot debian/rules kdist_image |
|---|
| 16 |
|
|---|
| 17 |
You should then have a cowloop-module debian package in /usr/src/modules. |
|---|
| 18 |
|
|---|
| 19 |
- Building with make-kpkg |
|---|
| 20 |
|
|---|
| 21 |
$ cd /usr/src/ |
|---|
| 22 |
$ ta jxvf cowloop.tar.bz2 |
|---|
| 23 |
$ cd /usr/src/kernel-source-2.6.9 |
|---|
| 24 |
$ make-kpkg --added-modules=cowloop modules |
|---|
| 25 |
|
|---|
| 26 |
You should then have a kernel debian package in /usr/src containing the cowloop module. |
|---|
| 27 |
|
|---|
| 28 |
o Current bugs that im aware of |
|---|
| 29 |
|
|---|
| 30 |
- none yet. Please report them though to rene@dclabs.com.au. |
|---|
| 31 |
|
|---|
| 32 |
o Notes |
|---|
| 33 |
|
|---|
| 34 |
- This package is only for a system running a 2.6 kernel. No efforts have been made to port this package to a system running a 2.4 kernel. Sorry. |
|---|
| 35 |
|
|---|
| 36 |
o TODO |
|---|
| 37 |
|
|---|
| 38 |
- bit more verbose descriptions in debian/control. |
|---|
| 39 |
|
|---|
| 40 |
-- Rene Cunningham <rene@dclabs.com.au> Fri, 25 Feb 2005 23:08:52 +1100 |
|---|