File leap-micro.diff of Package installation-images
Index: installation-images-16.56.6/etc/config
===================================================================
--- installation-images-16.56.6.orig/etc/config
+++ installation-images-16.56.6/etc/config
@@ -168,6 +168,17 @@ grub2 = openSUSE
plymouth = openSUSE
systemd = MicroOS
+[Theme LeapMicro]
+image = 350
+patch_zypp_config = 1
+release = Leap-Micro
+skelcd = SMO
+skelcd_ctrl = SMO
+gfxboot = openSUSE
+grub2 = openSUSE
+plymouth = openSUSE
+systemd = SMO
+
[Theme Zen]
image = 600
patch_zypp_config = 0
Index: installation-images-16.56.6/lib/ReadConfig.pm
===================================================================
--- installation-images-16.56.6.orig/lib/ReadConfig.pm
+++ installation-images-16.56.6/lib/ReadConfig.pm
@@ -916,6 +916,7 @@ sub get_version_info
# SUSE MicroOS is kept called MicroOS insternally, but the product NAME
# is now SLE Micro
$dist = "suse-microos" if $dist eq "sle micro";
+ $dist = "suse-microos" if $dist eq "leap micro";
# don't accept other names than these