Skip to content

Commit

Permalink
Update base image in examples readme and definition file (#397)
Browse files Browse the repository at this point in the history
This commit updates the readme as well as the corresponding
definition file, replacing the image SLE-Micro.x86_64-5.5.0-Default-SelfInstall-GM.install.iso
with SLE-Micro.x86_64-5.5.0-Default-SelfInstall-GM2.install.iso
as documented in SUSE Edge EIB quickstart. [0]

[0] https://suse-edge.github.io/quickstart-eib.html#id-creating-the-image-configuration-directory
  • Loading branch information
fdegir authored Apr 16, 2024
1 parent 78849d2 commit 532916c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ and the results of performing multiple builds:
.
├── base-images
│ ├── SLE-Micro.x86_64-5.5.0-Default-GM.raw
│ ├── SLE-Micro.x86_64-5.5.0-Default-SelfInstall-GM.install.iso
│ ├── SLE-Micro.x86_64-5.5.0-Default-SelfInstall-GM2.install.iso
├── definitions
│ ├── iso
│ │ └── basic.yaml
Expand Down Expand Up @@ -109,4 +109,4 @@ podman run --rm --privileged -it \

Examples in this section require more setup than a simple image definition file and base image. This
section will describe the necessary image configuration directory structure and supplemental files
in order to run each definition.
in order to run each definition.
2 changes: 1 addition & 1 deletion examples/iso/basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: 1.0
image:
arch: x86_64
imageType: iso
baseImage: SLE-Micro.x86_64-5.5.0-Default-SelfInstall-GM.install.iso
baseImage: SLE-Micro.x86_64-5.5.0-Default-SelfInstall-GM2.install.iso
outputImageName: ./out/basic.iso
operatingSystem:
isoConfiguration:
Expand Down

0 comments on commit 532916c

Please sign in to comment.