Merge branch 'master' of git://git.qubes-os.org/marmarek/core-admin

This commit is contained in:
Joanna Rutkowska 2013-11-25 15:07:47 +01:00
commit bfc95bae78

View File

@ -100,6 +100,9 @@ def main():
if options.hvm and not options.template: if options.hvm and not options.template:
options.standalone = True options.standalone = True
if options.hvm_template:
options.standalone = True
if options.root is not None and not os.path.exists(options.root): if options.root is not None and not os.path.exists(options.root):
print >> sys.stderr, "File specified as root.img does not exists" print >> sys.stderr, "File specified as root.img does not exists"
exit (1) exit (1)