From a7278eb5620507cd70086582cf539b4024b46194 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Mon, 24 Sep 2012 14:20:07 -0500 Subject: [PATCH] doc: Fix Solaris 11 kernel module path For Solaris 11, the module goes in drv, not fs. Change-Id: Ib297239b845977eaf7e4cdb3edaba32db6733e12 Reviewed-on: http://gerrit.openafs.org/8152 Reviewed-by: Derrick Brashear Tested-by: BuildBot Reviewed-by: Ken Dreyer --- doc/xml/QuickStartUnix/auqbg005.xml | 8 +++++++- doc/xml/QuickStartUnix/auqbg006.xml | 8 +++++++- doc/xml/QuickStartUnix/auqbg007.xml | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/doc/xml/QuickStartUnix/auqbg005.xml b/doc/xml/QuickStartUnix/auqbg005.xml index 9c7a404b7..b13483bd7 100644 --- a/doc/xml/QuickStartUnix/auqbg005.xml +++ b/doc/xml/QuickStartUnix/auqbg005.xml @@ -2139,7 +2139,13 @@ auth required pam_unix.so try_first_pass Copy the appropriate AFS kernel library file to the local file /kernel/fs/afs. - If the machine is running Solaris 10 or 11 on the x86_64 platform: + If the machine is running Solaris 11 on the x86_64 platform: + + + # cp -p modload/libafs64.o /kernel/drv/amd64/afs + + + If the machine is running Solaris 10 on the x86_64 platform: # cp -p modload/libafs64.o /kernel/fs/amd64/afs diff --git a/doc/xml/QuickStartUnix/auqbg006.xml b/doc/xml/QuickStartUnix/auqbg006.xml index 3c38c641b..b0dc69778 100644 --- a/doc/xml/QuickStartUnix/auqbg006.xml +++ b/doc/xml/QuickStartUnix/auqbg006.xml @@ -1383,7 +1383,13 @@ Copy the appropriate AFS kernel library file to the local file /kernel/fs/afs. - If the machine is running Solaris 10 or 11 on the x86_64 platform: + If the machine is running Solaris 11 on the x86_64 platform: + + + # cp -p modload/libafs64.o /kernel/drv/amd64/afs + + + If the machine is running Solaris 10 on the x86_64 platform: # cp -p modload/libafs64.o /kernel/fs/amd64/afs diff --git a/doc/xml/QuickStartUnix/auqbg007.xml b/doc/xml/QuickStartUnix/auqbg007.xml index af56cab9e..ac9aa9a97 100644 --- a/doc/xml/QuickStartUnix/auqbg007.xml +++ b/doc/xml/QuickStartUnix/auqbg007.xml @@ -1223,7 +1223,13 @@ Copy the appropriate AFS kernel library file to the local file /kernel/fs/afs. - If the machine is running Solaris 10 or 11 on the x86_64 platform: + If the machine is running Solaris 11 on the x86_64 platform: + + + # cp -p modload/libafs64.o /kernel/drv/amd64/afs + + + If the machine is running Solaris 10 on the x86_64 platform: # cp -p modload/libafs64.o /kernel/fs/amd64/afs -- 2.39.5