mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-09 14:36:44 +00:00
Merge pull request #300 from Obihoernchen/fix/imgutil-chkstat
Actually run chkstat on the SUSE image
This commit is contained in:
+1
-1
@@ -709,7 +709,7 @@ class SuseHandler(OsHandler):
|
||||
args.cmd = ['groupadd', 'ssh_keys']
|
||||
run_constrainedx(fancy_chroot, (args,
|
||||
self.targpath))
|
||||
args.cmd = ['chkstat', '--system', '--set'],
|
||||
args.cmd = ['chkstat', '--system', '--set']
|
||||
run_constrainedx(fancy_chroot, (args,
|
||||
self.targpath))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user