Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| aae7c935b0 | |||
| f926aa9f13 | |||
|
65449af1c1
|
|||
| f0ad771908 | |||
| f2bfe1595b |
@@ -1,3 +1,4 @@
|
||||
<multibuild>
|
||||
<flavor>GNOME</flavor>
|
||||
<flavor>KDE</flavor>
|
||||
</multibuild>
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 19 05:27:10 UTC 2025 - Lubos Kocman <lubos.kocman@suse.com>
|
||||
Sun Oct 19 13:49:07 UTC 2025 - Lubos Kocman <lubos.kocman@suse.com>
|
||||
|
||||
- Disable gnome-branding-Leap
|
||||
which triggers (old not-updated) mod-install from Aeon
|
||||
which installed teams and other tools from flathub under user
|
||||
- Enable KDE flavor in _multibuild
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 15 06:36:27 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Drop issue-generator: deprecated by agetty's internal features.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 1 15:08:43 UTC 2025 - Lubos Kocman <lubos.kocman@suse.com>
|
||||
@@ -17,6 +20,11 @@ Wed Oct 1 15:08:43 UTC 2025 - Lubos Kocman <lubos.kocman@suse.com>
|
||||
Thu Sep 25 20:52:32 UTC 2025 - Lubos Kocman <lubos.kocman@suse.com>
|
||||
|
||||
- Add KDE Plasma flavor
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 11 08:36:31 UTC 2025 - Lubos Kocman <lubos.kocman@suse.com>
|
||||
|
||||
- Remove Setup baseproduct and ldconfig from config.sh
|
||||
- Drop duplicate selinux pattern entry
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 10 12:19:59 UTC 2025 - Lubos Kocman <lubos.kocman@suse.com>
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- OBS-Profiles: @BUILD_FLAVOR@ -->
|
||||
<!-- OBS-Milestone: %current_milestone -->
|
||||
<image schemaversion="7.4" name="Leap-16.0-OEM" displayname="openSUSE Leap 16.0">
|
||||
<image schemaversion="7.4" name="Tumbleweed-OEM" displayname="openSUSE Tumbleweed">
|
||||
<description type="system">
|
||||
<author>openSUSE</author>
|
||||
<contact>crc@suse.com</contact>
|
||||
<specification>openSUSE Leap 16.0 OEM image</specification>
|
||||
<specification>openSUSE Tumbleweed OEM image</specification>
|
||||
</description>
|
||||
<profiles>
|
||||
<profile name="GNOME" description="openSUSE Leap OEM image with GNOME" arch="x86_64" />
|
||||
<profile name="KDE" description="openSUSE Leap OEM image with KDE Plasma" arch="x86_64" />
|
||||
<profile name="GNOME" description="openSUSE Tumbleweed OEM image with GNOME" arch="x86_64" />
|
||||
<profile name="KDE" description="openSUSE Tumbleweed OEM image with KDE Plasma" arch="x86_64" />
|
||||
</profiles>
|
||||
<preferences profiles="GNOME,KDE">
|
||||
<version>16.0.0</version>
|
||||
<version>1.0.0</version>
|
||||
<packagemanager>zypper</packagemanager>
|
||||
<bootloader-theme>openSUSE</bootloader-theme>
|
||||
<bootsplash-theme>bgrt</bootsplash-theme>
|
||||
@@ -60,7 +60,6 @@
|
||||
<package name="cracklib-dict-small" /> <!-- Avoid the big 10MiB one -->
|
||||
<package name="group(wheel)" />
|
||||
<package name="iputils" />
|
||||
<package name="issue-generator" />
|
||||
<package name="vim-small" />
|
||||
<package name="less" />
|
||||
<package name="tar" />
|
||||
@@ -83,8 +82,6 @@
|
||||
|
||||
<!-- kernel part -->
|
||||
<package name="kernel-default" />
|
||||
<package name="kernel-default-optional" />
|
||||
<package name="kernel-default-extra" />
|
||||
<package name="kernel-firmware-all" />
|
||||
|
||||
<!-- ensure nice OEM splash screen splash=silent is in config.sh -->
|
||||
@@ -105,7 +102,7 @@
|
||||
<package name="patterns-cockpit" />
|
||||
<!-- Mandatory packages -->
|
||||
<package name="NetworkManager" />
|
||||
<package name="openSUSE-repos-Leap" />
|
||||
<package name="openSUSE-repos-Tumbleweed" />
|
||||
<package name="opensuse-migration-tool" />
|
||||
<package name="opensuse-welcome-launcher" />
|
||||
<package name="sudo-policy-wheel-auth-self" />
|
||||
@@ -147,7 +144,6 @@
|
||||
<package name="gdm-systemd" />
|
||||
<package name="patterns-gnome-gnome" />
|
||||
<package name="gnome-initial-setup" />
|
||||
<!--<package name="gnome-branding-Leap" /> Aeon's mod-install for flathub -->
|
||||
<!-- <package name="gnome-branding-openSUSE" /> -->
|
||||
</packages>
|
||||
<packages type="image" patternType="plusRecommended" profiles="KDE">
|
||||
@@ -159,6 +155,6 @@
|
||||
<package name="filesystem" />
|
||||
<package name="glibc-locale-base" />
|
||||
<package name="ca-certificates-mozilla" />
|
||||
<package name="Leap-release" />
|
||||
<package name="openSUSE-release" />
|
||||
</packages>
|
||||
</image>
|
||||
|
||||
Reference in New Issue
Block a user