Penguin

Differences between version 11 and predecessor to the previous major change of AFSNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 11 Last edited on Monday, September 1, 2003 9:41:37 pm by CraigBox Revert
Older page: version 7 Last edited on Wednesday, June 18, 2003 11:58:35 pm by NathanWard Revert
@@ -60,9 +60,9 @@
  
 <verbatim> 
  dd if=/dev/zero of=/var/lib/openafs/vicepa bs=1024k count=32 
  mke2fs /var/lib/openafs/vicepa 
- mount -oloop /var/lib/openafs /vicepa 
+ mkdir /vicepa && mount -oloop /var/lib/openafs/vicepa /vicepa 
 </verbatim> 
  
 <small>Never fear! later on you can add /vicepb, /vicepc and so on.. - NathanWard</small> 
  
@@ -79,9 +79,9 @@
 </verbatim> 
  
 At this point, make sure you have compiled the openafs modules for your kernel. If you build a new kernel at the same time, reboot now so you can get these modules installed properly. 
  
-You can do this under [Debian] with [make-kpkg]: 
+You can do this under [Debian] with [make-kpkg(1) ]: 
 <verbatim> 
 # apt-get source openafs-modules-source 
 # cd /usr/src 
 # tar xzf openafs.tar.gz 
@@ -89,10 +89,13 @@
 # make-kpkg modules_image 
 # dpkg -i ../openafs-modules*deb 
 </verbatim> 
  
-The DebianPackages , at least, come with a script to do all this for you: 
+The [Debian] [Packages|Package] , at least, come with a script to do all this for you: 
  afs-newcell 
  
 ! Set up the root volume: 
 There is also a script to to this: 
  afs-rootvol 
+  
+----  
+kvno's are key version numbers. Every time you change your password this number is incremented.