From ecfdcab2bcd1e155212fb65e16e31a0ec6044ce1 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Thu, 2 May 2013 01:40:53 +0400 Subject: Need SVCCFG_CHECKHASH or else manifests will be reimported at boot --- install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install') 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: -- cgit v1.2.3