From 16251d42d3254ce0ab39d05768b1297c339891ee Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Tue, 6 Aug 2024 17:30:19 +0200 Subject: postinstall: typo in maximum win hostname error s/nor/not --- src/utils/postinstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/postinstall.py b/src/utils/postinstall.py index a043ae8..c59d497 100644 --- a/src/utils/postinstall.py +++ b/src/utils/postinstall.py @@ -26,7 +26,7 @@ def set_windows_hostname(disk, partition, name): logging.info(f'Setting Windows hostname to {name}') if len(name) > 15: - logging.warning(f'Windows does nor permit hostnames that exceed 15 characters. Truncating {name}') + logging.warning(f'Windows does not permit hostnames that exceed 15 characters. Truncating {name}') name = name[0:15] byte_name = name.encode(WINDOWS_HIVE_ENCODING) -- cgit v1.2.3-18-g5258