From c8a09cc693ce36cedf6dcee0198a881c5a24715e Mon Sep 17 00:00:00 2001 From: Philippe Favre Date: Thu, 17 Jul 2025 03:35:24 +0200 Subject: [PATCH] Changement de nom de l'iso "skylanix install image" --- udib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udib.py b/udib.py index 7c55f17..d4d76c2 100755 --- a/udib.py +++ b/udib.py @@ -132,7 +132,7 @@ def main(): inject_files_into_iso( path_to_output_file, path_to_image_file, - iso_filesystem_name="YunoHost install image", + iso_filesystem_name="skylanix install image", printer=p, )