]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Add readme for modules
authorSam Hartman <hartmans@debian.org>
Thu, 8 Mar 2001 19:06:18 +0000 (19:06 +0000)
committerSam Hartman <hartmans@debian.org>
Thu, 8 Mar 2001 19:06:18 +0000 (19:06 +0000)
debian/README.modules [new file with mode: 0644]
debian/changelog
debian/configuration-transcript.txt
debian/control
debian/openafs-client.docs

diff --git a/debian/README.modules b/debian/README.modules
new file mode 100644 (file)
index 0000000..2c44c43
--- /dev/null
@@ -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.
+
index a9378f5e37168e4fc485da3cb181daeee1c802ad..4facf86155996eab704e0b3187fc8ef5bb789d79 100644 (file)
@@ -1,3 +1,9 @@
+openafs (1.0.3-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Sam Hartman <hartmans@mit.edu>  Thu,  8 Mar 2001 00:56:41 -0500
+
 openafs (1.0.2-3) unstable; urgency=low
 
   * Apply patch from  Stefan Kluth  <skluth@mppmu.mpg.de> for ppc_linux22
index 30d632c66384d36f62a7bf6214a2e67b62c7cc2b..b9403e2c0cfa0179b9da3038db75054d8cfdab30 100644 (file)
@@ -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...
index 0f7eb0690f8353cabca5246c893e78fc9e84b41a..7a7fd50eb6f50927de9411e2c03e6471852d6042 100644 (file)
@@ -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
index 79f228f7d03bac359e2c0204c260d54ba5fbf9f6..07ab0d36bf53a614465a874e9efb09d3609a10de 100644 (file)
@@ -1,3 +1,4 @@
 src/README
 debian/README.servers
 debian/configuration-transcript.txt
+debian/README.modules