diff options
author | James Meyer <james.meyer@operamail.com> | 2013-10-22 01:13:51 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2013-10-22 01:13:51 (GMT) |
commit | a4434f5669adb7cca6f5295d02a415c46b38a6f7 (patch) | |
tree | 5b5eaa802f7a2707a98fdb527db81329e92a3507 /build_tools/archiso | |
parent | 84ecc324bf76473b6b4c962cdd444d2bf5d81fd0 (diff) | |
download | linhes_dev-a4434f5669adb7cca6f5295d02a415c46b38a6f7.zip |
post_process go.sh
pacman options changed again, updating script so that runit-scripts gets installed instead of erroring out.
When runit-scripts doesn't get installed the iso upgrade process doesn't run correctly and only half populates the service dir.
Diffstat (limited to 'build_tools/archiso')
-rwxr-xr-x | build_tools/archiso/mythvantage/root-image/root/.post_process/go.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build_tools/archiso/mythvantage/root-image/root/.post_process/go.sh b/build_tools/archiso/mythvantage/root-image/root/.post_process/go.sh index a87ca0c..602c06a 100755 --- a/build_tools/archiso/mythvantage/root-image/root/.post_process/go.sh +++ b/build_tools/archiso/mythvantage/root-image/root/.post_process/go.sh @@ -4,7 +4,8 @@ . /usr/MythVantage/bin/mv_config.py PD="/root/.post_process" -pacman -Sff --noconfirm runit-scripts +#pacman -Sff --noconfirm runit-scripts +pacman -S --noconfirm runit-scripts HDIR=`dirname $MYTHHOME` mkdir -p $HDIR |