From 4c5609423e8a307650de8d14f556df2b61a8e572 Mon Sep 17 00:00:00 2001 From: InsanePrawn Date: Sun, 9 Jul 2023 22:20:48 +0200 Subject: [PATCH] constants: change default luks label to kupfer_cryptroot --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index 29b7bad..9e63cc9 100644 --- a/constants.py +++ b/constants.py @@ -173,5 +173,5 @@ SRCINFO_TARBALL_URL = f'{KUPFER_HTTPS_BASE}/{SRCINFO_TARBALL_FILE}' FLAVOUR_INFO_FILE = 'flavourinfo.json' FLAVOUR_DESCRIPTION_PREFIX = 'kupfer flavour:' -LUKS_LABEL_DEFAULT = 'kupfer_crypt' +LUKS_LABEL_DEFAULT = 'kupfer_cryptroot' LUKS_MAPPER_DEFAULT = 'kupfer-crypt'