summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-22 12:06:44 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-22 12:06:44 (EDT)
commit49f11913b3cff1ae38e1ecb4395fffc50dbe10e1 (patch)
tree25ee5016e676912cfdf02f75316feb25ec1068fb /lib
parentf43fcb1ad907b9c22da1c121fcede22dc3cf0a47 (diff)
proteanos: Fix opkg_install_all() call
Diffstat (limited to 'lib')
-rw-r--r--lib/profiles/proteanos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/profiles/proteanos.sh b/lib/profiles/proteanos.sh
index 0438bad..d221c1b 100644
--- a/lib/profiles/proteanos.sh
+++ b/lib/profiles/proteanos.sh
@@ -181,7 +181,7 @@ prof_proteanos_configure_system_native()
local root="${1}"
printf 'disabled\n' >"${root}/etc/rc.policy"
- opkg_install_all
+ opkg_install_all "${root}"
printf 'enabled\n' >"${root}/etc/rc.policy"
[ -r /etc/resolv.conf ] && cp /etc/resolv.conf "${root}/etc"
[ -r /etc/hostname ] && cp /etc/hostname "${root}/etc"