init/functions: fix DispVM detection
This commit is contained in:
父節點
2f2067ac0b
當前提交
be9155ef11
@ -66,7 +66,7 @@ is_templatevm() {
|
||||
}
|
||||
|
||||
is_dispvm() {
|
||||
[ "$(qubes_vm_type)" = "DisposableVM" ]
|
||||
[ "$(qubesdb-read /type)" = "DispVM" ]
|
||||
}
|
||||
|
||||
is_fully_persistent() {
|
||||
|
載入中…
新增問題並參考
Block a user