anaconda: fix default scheme in custom partitioning
Update to LVM Thin Provisioning there too. Fixes QubesOS/qubes-issues#3225
This commit is contained in:
parent
a09af2b727
commit
3b4a02cc26
@ -27,7 +27,7 @@ SELINUX_DEFAULT = -1
|
|||||||
# where to look for 3rd party addons
|
# where to look for 3rd party addons
|
||||||
ADDON_PATHS = ["/usr/share/anaconda/addons"]
|
ADDON_PATHS = ["/usr/share/anaconda/addons"]
|
||||||
|
|
||||||
from pykickstart.constants import AUTOPART_TYPE_LVM
|
from pykickstart.constants import AUTOPART_TYPE_LVM_THINP
|
||||||
|
|
||||||
# common string needs to be easy to change
|
# common string needs to be easy to change
|
||||||
from pyanaconda import product
|
from pyanaconda import product
|
||||||
@ -169,7 +169,7 @@ SCREENSHOTS_TARGET_DIRECTORY = "/root/anaconda-screenshots"
|
|||||||
# cmdline arguments that append instead of overwrite
|
# cmdline arguments that append instead of overwrite
|
||||||
CMDLINE_APPEND = ["modprobe.blacklist", "ifname"]
|
CMDLINE_APPEND = ["modprobe.blacklist", "ifname"]
|
||||||
|
|
||||||
DEFAULT_AUTOPART_TYPE = AUTOPART_TYPE_LVM
|
DEFAULT_AUTOPART_TYPE = AUTOPART_TYPE_LVM_THINP
|
||||||
|
|
||||||
# Default to these units when reading user input when no units given
|
# Default to these units when reading user input when no units given
|
||||||
SIZE_UNITS_DEFAULT = "MiB"
|
SIZE_UNITS_DEFAULT = "MiB"
|
||||||
|
Loading…
Reference in New Issue
Block a user