From f0ba037073bc215132c02c40e66732f2514983d6 Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Mon, 3 Nov 2014 13:33:56 -0500 Subject: [PATCH] Switch other-linux to built-from-source Don't talk about tarball distributions; we shouldn't be doing those anymore. Also switch away from 'make dest'. Change-Id: If0badacab4b3c2492e90867328153f83da82bfc1 Reviewed-on: http://gerrit.openafs.org/11580 Tested-by: BuildBot Reviewed-by: D Brashear --- doc/xml/QuickStartUnix/auqbg005.xml | 31 ++++++++++------------------- 1 file changed, 11 insertions(+), 20 deletions(-) diff --git a/doc/xml/QuickStartUnix/auqbg005.xml b/doc/xml/QuickStartUnix/auqbg005.xml index c555e68a7..fcf6e256a 100644 --- a/doc/xml/QuickStartUnix/auqbg005.xml +++ b/doc/xml/QuickStartUnix/auqbg005.xml @@ -599,22 +599,22 @@ - Systems packaged as tar files - If you are running a system where the OpenAFS Binary Distribution - is provided as a tar file, or where you have built the system from - source yourself, you need to install the relevant components by hand + Systems built from source + If you are running a system where + you have built the system from + source yourself, you need to install the relevant components by hand: Unpack the distribution tarball. The examples below assume - that you have unpacked the files into the + that you have extracted and built OpenAFS in the /tmp/afsdist directory. If you pick a different location, substitute this in all of the following - examples. Once you have unpacked the distribution, - change directory as indicated. + examples. Once you have compiled the distribution, + change to the source directory as indicated. - # cd /tmp/afsdist/linux/dest/root.client/usr/vice/etc + # cd /tmp/afsdist @@ -625,7 +625,8 @@ version indicates the kernel build level. The string .mp in the version indicates that the file is appropriate for machines running a multiprocessor kernel. - # cp -rp modload /usr/vice/etc + # mkdir -p /usr/vice/etc/modload + # cp -rp src/libafs/*.ko /usr/vice/etc/modload @@ -633,20 +634,10 @@ Copy the AFS initialization script to the local directory for initialization files (by convention, /etc/rc.d/init.d on Linux machines). Note the removal of the .rc extension as you copy the script. - # cp -p afs.rc /etc/rc.d/init.d/afs + # cp -p src/afsd/afs.rc.linux /etc/rc.d/init.d/afs - -- 2.39.5