Skip to content
Merged
Next Next commit
feat(olit): ✨ OL9U2 support
Signed-off-by: Philippe Vanhaesendonck <philippe.vanhaesendonck@oracle.com>
  • Loading branch information
AmedeeBulle committed May 17, 2023
commit c8f6f61ebd386f532aad71143f09be12db0f03ed
6 changes: 3 additions & 3 deletions oracle-linux-image-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ The tool currently supports:

- Distributions:
- Oracle Linux 7 update 9 -- Slim (x86_64)
- Oracle Linux 8 update 6 -- Slim (x86_64 and aarch64)
- Oracle Linux 8 update 7 -- Slim (x86_64 and aarch64)
__Note__: for aarch64, only Generic, OCI and UTM clouds are supported
- Oracle Linux 9 update 0 -- Slim (x86_64 and aarch64)
- Oracle Linux 9 update 2 -- Slim (x86_64 and aarch64)
__Note__: for aarch64, only Generic, OCI and UTM clouds are supported
- Clouds:
- Microsoft Azure cloud
Expand Down Expand Up @@ -96,7 +96,7 @@ In that case, you will have to provide an URL to an installation tree and option
Example for an Oracle Linux 9 using the UEK boot ISO:

```Shell
ISO_URL="https://yum.oracle.com/ISOS/OracleLinux/OL9/u0/x86_64/OracleLinux-R9-U0-x86_64-boot-uek.iso"
ISO_URL="https://yum.oracle.com/ISOS/OracleLinux/OL9/u2/x86_64/OracleLinux-R9-U2-x86_64-dvd.iso"
REPO_URL="https://yum.oracle.com/repo/OracleLinux/OL9/baseos/latest/x86_64"
REPO[AppStream]="https://yum.oracle.com/repo/OracleLinux/OL9/appstream/x86_64"
REPO[ol9_UEKR7]="https://yum.oracle.com/repo/OracleLinux/OL9/UEKR7/x86_64"
Expand Down
4 changes: 2 additions & 2 deletions oracle-linux-image-tools/distr/ol9-aarch64/env.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# env file.

# Distribution name
DISTR_NAME="OL9U1_aarch64"
DISTR_NAME="OL9U2_aarch64"

# Distribution release
readonly ORACLE_RELEASE=9
Expand All @@ -15,7 +15,7 @@ SETUP_SWAP="yes"
ROOT_FS="xfs"

# Label of the ISO image
ISO_LABEL="OL-9-1-0-BaseOS-aarch64"
ISO_LABEL="OL-9-2-0-BaseOS-aarch64"

# Boot command
# Variables MUST be escaped as they are evaluated at build time.
Expand Down
2 changes: 1 addition & 1 deletion oracle-linux-image-tools/distr/ol9-slim/env.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# env file.

# Distribution name
DISTR_NAME="OL9U1_x86_64"
DISTR_NAME="OL9U2_x86_64"

# Distribution release
readonly ORACLE_RELEASE=9
Expand Down