From: Sam Hartman Date: Thu, 8 Mar 2001 19:06:18 +0000 (+0000) Subject: Add readme for modules X-Git-Tag: debian/1.0.3-1~3 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=9463010d3d323e92d76c5b5f7e1365aa4b85b7d5;p=packages%2Fo%2Fopenafs.git Add readme for modules --- diff --git a/debian/README.modules b/debian/README.modules new file mode 100644 index 000000000..2c44c43f7 --- /dev/null +++ b/debian/README.modules @@ -0,0 +1,31 @@ + Building Kernel Modules +---------------------------------------- + + +The easiest way to get AFS modules is to install prebuilt modules. Fore example if you are running kernel 2.2.18 you might try + +apt-get install openafs-modules-2.2.18 + +If this doesn't work, then you will need to build your own modules. +This means having kernel sources available. You should install a +kernel sources package and untar it in /usr/src. Then, install +openafs-modules-source. + +apt-get install openafs-modules-source + +Next, unpack openafs-modules-source + +cd /usr/src +tar xzf openafs.tar.gz + +Now, change into your kernel source tree. +You should then create a .config file; the easiest way to do this is +to run make menuconfig or to copy in a kernel configuration from the +same version of the kernel. Finally build the modules + +make-kpkg configure +make-kpkg modules + +Ignore any errors about genchanges.sh failing. An openafs-modules deb +should be created. Use dpkg -i to install this version. + diff --git a/debian/changelog b/debian/changelog index a9378f5e3..4facf8615 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +openafs (1.0.3-1) unstable; urgency=low + + * New upstream version + + -- Sam Hartman Thu, 8 Mar 2001 00:56:41 -0500 + openafs (1.0.2-3) unstable; urgency=low * Apply patch from Stefan Kluth for ppc_linux22 diff --git a/debian/configuration-transcript.txt b/debian/configuration-transcript.txt index 30d632c66..b9403e2c0 100644 --- a/debian/configuration-transcript.txt +++ b/debian/configuration-transcript.txt @@ -1,3 +1,8 @@ +[This transcript includes creation of a loopback mount on /vicepa +using file full of zeros. This is useful to know how to do because it +allows you to test an AFS server without repartitioning. However, for +production cells, you should repartition and create a /vicepa +partition.] snorklewacker:/# apt-get -q install openafs-dbserver openafs-krb5 krb5-admin-server Reading Package Lists... diff --git a/debian/control b/debian/control index 0f7eb0690..7a7fd50eb 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.5.0 Package: openafs-client Architecture: i386 powerpc sparc -Depends: ${shlibs:Depends}, debconf, dnsutils, openafs-modules +Depends: ${shlibs:Depends}, debconf, host|dnsutils, openafs-modules Conflicts: arla Description: The AFS distributed filesystem- client support AFS is a distributed filesystem allowing cross-platform sharing of diff --git a/debian/openafs-client.docs b/debian/openafs-client.docs index 79f228f7d..07ab0d36b 100644 --- a/debian/openafs-client.docs +++ b/debian/openafs-client.docs @@ -1,3 +1,4 @@ src/README debian/README.servers debian/configuration-transcript.txt +debian/README.modules