At present it just creates default qubes.xml (empty barring labels and AdminVM). In the future it can be evolved into backend for firstboot.
8 行
136 B
Python
実行ファイル
8 行
136 B
Python
実行ファイル
#!/usr/bin/python2
|
|
# vim: fileencoding=utf-8
|
|
|
|
import sys
|
|
import qubes.tools.qubes_create
|
|
|
|
sys.exit(not qubes.tools.qubes_create.main())
|