qvm-template-preprocess: remove confusing message
Don't confuse user during normal template install.
This commit is contained in:
parent
f053f51644
commit
ed6aff3b1e
@ -374,7 +374,6 @@ def is_chroot():
|
||||
stat_root.st_dev != stat_init_root.st_dev or
|
||||
stat_root.st_ino != stat_init_root.st_ino)
|
||||
except IOError:
|
||||
print('Stat failed, assuming not chroot', file=sys.stderr)
|
||||
return False
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user