From 89ed8860c9bfda7b889ff59f278698f1c6ac7630 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 580df42..5d1e47e 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'