Accepting request 1189634 from systemsmanagement:Agama:Devel
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1189634 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/agama-installer-openSUSE?expand=0&rev=3
This commit is contained in:
commit
8c1ec5e3c1
@ -1,4 +1,4 @@
|
||||
<multibuild>
|
||||
<flavor>openSUSE</flavor>
|
||||
<flavor>openSUSE-Playwright</flavor>
|
||||
<flavor>openSUSE-PXE</flavor>
|
||||
</multibuild>
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 18 15:25:39 UTC 2024 - Ladislav Slezák <lslezak@suse.com>
|
||||
|
||||
- Include Puppeteer in all ISO images (gh#openSUSE/agama#1477)
|
||||
- Drop Playwright ISO flavor (gh#openSUSE/agama#1481)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 9 13:26:38 UTC 2024 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
- Added agama-installer-openSUSE PXE images
|
||||
(gh#openSUSE/agama#1450).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 4 11:24:47 UTC 2024 - Lubos Kocman <lubos.kocman@suse.com>
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
</description>
|
||||
<profiles>
|
||||
<profile name="openSUSE" description="openSUSE multiproduct image" import="true" />
|
||||
<profile name="openSUSE-Playwright" description="openSUSE image with Playwright integration tests" arch="aarch64,x86_64" />
|
||||
<profile name="openSUSE-PXE" description="openSUSE OEM image for remote instalaltion" import="true" />
|
||||
</profiles>
|
||||
<preferences>
|
||||
<version>9.0.0</version>
|
||||
@ -28,7 +28,7 @@
|
||||
<bootloader name="grub2" console="serial" timeout="10"/>
|
||||
</type>
|
||||
</preferences>
|
||||
<preferences arch="aarch64,x86_64" profiles="openSUSE,openSUSE-Playwright">
|
||||
<preferences arch="aarch64,x86_64" profiles="openSUSE">
|
||||
<type image="iso" flags="dmsquash" firmware="uefi" mediacheck="true" volid="agama" editbootconfig="fix_bootconfig">
|
||||
<bootloader name="grub2" timeout="10"/>
|
||||
</type>
|
||||
@ -38,6 +38,46 @@
|
||||
<bootloader name="custom" />
|
||||
</type>
|
||||
</preferences>
|
||||
<preferences arch="ppc64le" profiles="openSUSE-PXE">
|
||||
<!-- For some reason the compression results on ppc64le are not as good as on the other archs -->
|
||||
<type image="oem" filesystem="btrfs" fsmountoptions="compress=zstd:15" firmware="ofw" installpxe="true" installboot="install" kernelcmdline="rd.kiwi.ramdisk ramdisk_size=3174400" volid="agama">
|
||||
<bootloader name="grub2" console="serial" timeout="1"/>
|
||||
<oemconfig>
|
||||
<oem-skip-verify>true</oem-skip-verify>
|
||||
<oem-unattended>true</oem-unattended>
|
||||
<oem-unattended-id>/dev/ram1</oem-unattended-id>
|
||||
<oem-swap>false</oem-swap>
|
||||
<oem-multipath-scan>false</oem-multipath-scan>
|
||||
</oemconfig>
|
||||
<size unit="M">3000</size>
|
||||
</type>
|
||||
</preferences>
|
||||
<preferences arch="s390x" profiles="openSUSE-PXE">
|
||||
<type image="oem" filesystem="btrfs" fsmountoptions="compress=zstd:15" installpxe="true" installboot="install" kernelcmdline="rd.kiwi.ramdisk ramdisk_size=2097152" volid="agama">
|
||||
<bootloader name="custom"/>
|
||||
<oemconfig>
|
||||
<oem-skip-verify>true</oem-skip-verify>
|
||||
<oem-unattended>true</oem-unattended>
|
||||
<oem-unattended-id>/dev/ram1</oem-unattended-id>
|
||||
<oem-swap>false</oem-swap>
|
||||
<oem-multipath-scan>false</oem-multipath-scan>
|
||||
</oemconfig>
|
||||
<size unit="M">1900</size>
|
||||
</type>
|
||||
</preferences>
|
||||
<preferences arch="aarch64,x86_64" profiles="openSUSE-PXE">
|
||||
<type image="oem" filesystem="btrfs" fsmountoptions="compress=zstd:15" firmware="uefi" installiso="true" installpxe="true" installboot="install" kernelcmdline="rd.kiwi.ramdisk ramdisk_size=2097152" volid="agama">
|
||||
<bootloader name="grub2" timeout="1"/>
|
||||
<oemconfig>
|
||||
<oem-skip-verify>true</oem-skip-verify>
|
||||
<oem-unattended>true</oem-unattended>
|
||||
<oem-unattended-id>/dev/ram1</oem-unattended-id>
|
||||
<oem-swap>false</oem-swap>
|
||||
<oem-multipath-scan>false</oem-multipath-scan>
|
||||
</oemconfig>
|
||||
<size unit="M">1900</size>
|
||||
</type>
|
||||
</preferences>
|
||||
<users>
|
||||
<!-- the password is configured during boot -->
|
||||
<user password="!*" home="/root" name="root" groups="root"/>
|
||||
@ -45,6 +85,11 @@
|
||||
<repository type="rpm-md">
|
||||
<source path="obsrepositories:/"/>
|
||||
</repository>
|
||||
<packages type="image" profiles="openSUSE-PXE">
|
||||
<package name="dracut-kiwi-oem-repart"/>
|
||||
<package name="dracut-kiwi-oem-dump"/>
|
||||
<archive name="root-openSUSE-PXE.tar.xz"/>
|
||||
</packages>
|
||||
<packages type="image">
|
||||
<package name="avahi"/>
|
||||
<package name="bind-utils"/>
|
||||
@ -101,6 +146,7 @@
|
||||
<package name="agama-web-ui"/>
|
||||
<package name="agama-cli"/>
|
||||
<package name="agama-auto"/>
|
||||
<package name="agama-integration-tests"/>
|
||||
<package name="microos-tools"/>
|
||||
<package name="staging-build-key"/>
|
||||
<package name="icewm-lite"/>
|
||||
@ -114,19 +160,10 @@
|
||||
<archive name="root.tar.xz"/>
|
||||
</packages>
|
||||
<!-- additional packages for the openSUSE flavors -->
|
||||
<packages type="image" profiles="openSUSE,openSUSE-Playwright">
|
||||
<packages type="image" profiles="openSUSE">
|
||||
<package name="agama-products-opensuse"/>
|
||||
<package name="openSUSE-build-key"/>
|
||||
</packages>
|
||||
<!-- additional packages for the Playwright flavors -->
|
||||
<packages type="image" profiles="openSUSE-Playwright">
|
||||
<package name="playwright"/>
|
||||
<package name="agama-playwright"/>
|
||||
<!-- Playwright does not work with the openSUSE Firefox, -->
|
||||
<!-- install the chromium browser for running the tests -->
|
||||
<!-- unfortunately it is not available for s390x -->
|
||||
<package name="chromium"/>
|
||||
</packages>
|
||||
<packages type="bootstrap">
|
||||
<package name="udev"/>
|
||||
<package name="filesystem"/>
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab7e8dabd77dbea4e9a74aa3f0878f317686120416d583ca0a5d6f0617340589
|
||||
oid sha256:3bf1a41093a63c8ac0508b3b9bc688cfcc264398a3b26ccca9b22a33cf9e6040
|
||||
size 2588
|
||||
|
3
root-openSUSE-PXE.tar.xz
Normal file
3
root-openSUSE-PXE.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40bb82d69f7233510c4f71dc6db09bde8a65054c04574e3bb4940a38bcc63806
|
||||
size 220
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c42f13fdc28ea5ae972b84aa8268619dfca6f165ed83aea59f462afef2616f79
|
||||
size 10220
|
||||
oid sha256:49d5c258b9cde943df6f696a1585f39b270ef0d94b620ae5a558e8ef93205d58
|
||||
size 10224
|
||||
|
Loading…
x
Reference in New Issue
Block a user