summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sysprep/sysprep_operation_hostname.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysprep/sysprep_operation_hostname.ml b/sysprep/sysprep_operation_hostname.ml
index db541848..a1dd15a8 100644
--- a/sysprep/sysprep_operation_hostname.ml
+++ b/sysprep/sysprep_operation_hostname.ml
@@ -54,7 +54,7 @@ let hostname_perform g root =
);
[ `Created_files ]
- | "linux", ("opensuse"|"sles") ->
+ | "linux", ("opensuse"|"sles"|"suse-based") ->
g#write "/etc/HOSTNAME" !hostname;
[ `Created_files ]