diskimage-builder/diskimage_builder/elements/opensuse
Xavier Coulon b242f913a8 Replace OpenSUSE Leap 15.3 to OpenSUSE Leap 15.5
OpenSUSE Leap 15.3 is out of support since 2022. This patch remove the
support of OpenSUSE Leap 15.3 and replace it with the OpenSUSE Leap
15.5.
Add the grub2-x86_64-efi package in the pkg-map of the bootloader
element to allow EFI support.
Replace version 15.3 to 15.5 in every required location.
Add dracut-mkinitrd-deprecated package in package-installs.yaml of
the opensuse element to support the usage of the deprecated mkinitrd
command from the zypper element.

Change-Id: Ie903ffcf229d8e32374c4a1346b5295990c83ff4
2024-01-05 10:54:23 +01:00
..
environment.d Replace OpenSUSE Leap 15.3 to OpenSUSE Leap 15.5 2024-01-05 10:54:23 +01:00
extra-data.d Move elements & lib relative to diskimage_builder package 2016-11-01 17:27:41 -07:00
root.d opensuse: better report checksum errors 2022-07-12 14:03:10 +10:00
test-elements Replace OpenSUSE Leap 15.3 to OpenSUSE Leap 15.5 2024-01-05 10:54:23 +01:00
README.rst Replace OpenSUSE Leap 15.3 to OpenSUSE Leap 15.5 2024-01-05 10:54:23 +01:00
element-deps Clear /etc/machine-id to avoid duplicate machine-ids 2017-08-06 13:56:58 -04:00
element-provides Move elements & lib relative to diskimage_builder package 2016-11-01 17:27:41 -07:00
package-installs.yaml Replace OpenSUSE Leap 15.3 to OpenSUSE Leap 15.5 2024-01-05 10:54:23 +01:00

README.rst

opensuse

Use an openSUSE cloud image as the baseline for built disk images. The images are located in distribution specific sub directories under

https://download.opensuse.org/repositories/Cloud:/Images:/

These images should be considered experimental. There are currently only x86_64 images.

Environment Variables

DIB_RELEASE
Required

No

Default

15.5

Description

Set the desired openSUSE release.

DIB_CLOUD_IMAGES
Required

No

Default

https://download.opensuse.org/repositories/Cloud:/Images:/Leap_${DIB_RELEASE}

Description

Set the desired URL to fetch the images from.

Notes:

  • There are very frequently new automated builds that include changes that happen during the product maintenance. The download directories contain an unversioned name and a versioned name. The unversioned name will always point to the latest image, but will frequently change its content. The versioned one will never change content, but will frequently be deleted and replaced by a newer build with a higher version-release number.