summaryrefslogtreecommitdiffstats
path: root/utils/pb-console
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2015-08-27 16:33:32 +0800
committerJeremy Kerr <jk@ozlabs.org>2015-08-27 16:33:32 +0800
commit0b71e584078dbe370ed37bcc26f2815d138d28fc (patch)
tree41c17fae060d9e12e39ff8ac5afc61b1e53ae602 /utils/pb-console
parentcb4a99c73726f316180f1591deb2f23900226920 (diff)
downloadtalos-petitboot-0b71e584078dbe370ed37bcc26f2815d138d28fc.tar.gz
talos-petitboot-0b71e584078dbe370ed37bcc26f2815d138d28fc.zip
pb-plugin: Move plugin wrappers to a separate dir
Use /var/lib/pb-plugins/bin, to prevent overwriting system binaries. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'utils/pb-console')
-rw-r--r--utils/pb-console2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/pb-console b/utils/pb-console
index 36b9c03..5f8ffa6 100644
--- a/utils/pb-console
+++ b/utils/pb-console
@@ -107,7 +107,7 @@ esac
# we may have been run from udev - ensure we have a sensible PATH
if [ -z "$PATH" ]
then
- PATH=/usr/bin:/usr/sbin:/bin:/sbin
+ PATH=/var/lib/pb-plugins/bin:/usr/bin:/usr/sbin:/bin:/sbin
fi
export PATH
OpenPOWER on IntegriCloud