From 615ba88931ac7de97600306879e399a771d686cd Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Thu, 5 Jul 2007 22:27:11 +0000 Subject: [PATCH] Add note to user. Make sure all privileged cmds are visible in PATH --- README.BLFS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.BLFS b/README.BLFS index 00fa92f..a8a3000 100644 --- a/README.BLFS +++ b/README.BLFS @@ -256,7 +256,10 @@ done 4.7 ROOT COMMANDS If building as a normal user (the default setting), be sure that all - commands that require root privileges are run using sudo. + commands that require root privileges are run using sudo. Also make sure + necessary root privilege commands are visible in your PATH. ie. ldconfig + may not be in your user path and you will have to adjust all instances to + include the full path. Due to book layout issues, some sudo commands may be missing.