summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall3
1 files changed, 2 insertions, 1 deletions
diff --git a/install b/install
index dde095e..ff8201a 100755
--- a/install
+++ b/install
@@ -807,7 +807,8 @@ def configure_smf():
progress.advance()
svccfg_cmd = Popen(['/usr/sbin/chroot', rootdir, '/usr/sbin/svccfg', 'import', m],
stderr=PIPE, stdout=PIPE, stdin=PIPE,
- env={'SVCCFG_REPOSITORY':'/etc/svc/repository.db'})
+ env={'SVCCFG_REPOSITORY':'/etc/svc/repository.db',
+ 'SVCCFG_CHECKHASH':'1'})
svccfg_cmd.communicate()
svccfg_cmd.wait()
except: