Rename default root thin pool from 'lvm' to 'root'
New partition output split dom0 and VM thin pools https://github.com/QubesOS/qubes-anaconda-addon/pull/7 QubesOS/qubes-issues#5763
This commit is contained in:
parent
d1147366f2
commit
71159bfca2
@ -1201,7 +1201,7 @@ class Qubes(qubes.PropertyHolder):
|
|||||||
qubes.storage.DirectoryThinPool.thin_pool('/')
|
qubes.storage.DirectoryThinPool.thin_pool('/')
|
||||||
if root_thin_pool:
|
if root_thin_pool:
|
||||||
lvm_config = {
|
lvm_config = {
|
||||||
'name': 'lvm',
|
'name': 'root',
|
||||||
'driver': 'lvm_thin',
|
'driver': 'lvm_thin',
|
||||||
'volume_group': root_volume_group,
|
'volume_group': root_volume_group,
|
||||||
'thin_pool': root_thin_pool
|
'thin_pool': root_thin_pool
|
||||||
|
Loading…
Reference in New Issue
Block a user