Compare commits

..

1 Commits

Author SHA256 Message Date
5dc4acce12 drop self-install image with GNOME for now 2024-07-01 13:49:02 +02:00
13 changed files with 4 additions and 38 deletions

View File

@ -325,6 +325,6 @@ done
#======================================
# Refresh zypper services / repos
#--------------------------------------
#zypper refs # throws 'std::optional<zypp::repo::ServicePluginInformalException>'
zypper refs
exit 0

Binary file not shown.

View File

@ -1,32 +1,3 @@
-------------------------------------------------------------------
Wed Jul 3 13:40:25 UTC 2024 - Lubos Kocman <lubos.kocman@suse.com>
- Do not build Playwright on Leap 16
-------------------------------------------------------------------
Wed Jul 3 13:39:27 UTC 2024 - Lubos Kocman <lubos.kocman@suse.com>
- Use ruby 3.2 and Leap-release on Leap 16
-------------------------------------------------------------------
Mon Jul 1 12:28:30 UTC 2024 - Lubos Kocman <lubos.kocman@suse.com>
- Rename agama-live to agama-installer-openSUSE
so TW SR matches source package name
- Suggesting better name for Leap 16 / TW installer image
https://code.opensuse.org/leap/features/issue/158
-------------------------------------------------------------------
Thu Jun 27 14:33:24 UTC 2024 -Steffen Winterfeldt <snwint@suse.com>
- Enable checksum generation for s390x agama live images
(gh#openSUSE/agama#1406).
-------------------------------------------------------------------
Thu Jun 27 13:24:19 UTC 2024 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>
- Version 9
-------------------------------------------------------------------
Fri Jun 14 10:36:52 UTC 2024 - Ladislav Slezák <lslezak@suse.com>

View File

@ -2,7 +2,7 @@
<!-- OBS-ExclusiveArch: aarch64 ppc64le x86_64 s390x -->
<!-- OBS-Profiles: @BUILD_FLAVOR@ -->
<image schemaversion="7.5" name="agama-installer-openSUSE">
<image schemaversion="7.5" name="agama-live">
<description type="system">
<author>YaST Team</author>
<contact>yast2-maintainers@suse.de</contact>
@ -13,7 +13,7 @@
<profile name="openSUSE-Playwright" description="openSUSE image with Playwright integration tests" arch="aarch64,x86_64" />
</profiles>
<preferences>
<version>9.0.0</version>
<version>8.0.0</version>
<packagemanager>zypper</packagemanager>
<locale>en_US</locale>
<keytable>us</keytable>
@ -34,7 +34,7 @@
</type>
</preferences>
<preferences arch="s390x" profiles="openSUSE">
<type image="iso" flags="dmsquash" mediacheck="true" volid="agama" editbootconfig="fix_bootconfig">
<type image="iso" flags="dmsquash" volid="agama" editbootconfig="fix_bootconfig">
<bootloader name="custom" />
</type>
</preferences>

Binary file not shown.

View File

@ -82,11 +82,6 @@ sed -i -e "s/@@LIVE_MEDIUM_LABEL@@/$label/g" /usr/bin/live-password
# Clean-up logs
rm /var/log/zypper.log /var/log/zypp/history
# reduce the "vim-data" content, this package is huge (37MB unpacked!), keep only
# support for JSON (for "agama config edit") and Ruby (fixing/debugging the Ruby
# service)
rpm -ql vim-data | grep -v -e '/ruby.vim$' -e '/json.vim$' -e colors | xargs rm 2> /dev/null || true
du -h -s /usr/{share,lib}/locale/
# Agama expects that the same locales available in the installation system can

BIN
agama-live/root.tar.xz Normal file

Binary file not shown.