File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ The tool currently supports:
11
11
12
12
- Distributions:
13
13
- Oracle Linux 7 update 9 -- Slim (x86_64)
14
- - Oracle Linux 8 update 8 -- Slim (x86_64 and aarch64)
14
+ - Oracle Linux 8 update 9 -- Slim (x86_64 and aarch64)
15
15
__ Note__ : for aarch64, only Generic, OCI and UTM clouds are supported
16
- - Oracle Linux 9 update 2 -- Slim (x86_64 and aarch64)
16
+ - Oracle Linux 9 update 3 -- Slim (x86_64 and aarch64)
17
17
__ Note__ : for aarch64, only Generic, OCI and UTM clouds are supported
18
18
- Clouds:
19
19
- Microsoft Azure cloud
@@ -53,11 +53,11 @@ The build script requires a Linux environment and has been tested on Oracle Linu
53
53
- Oracle Linux 7:
54
54
` yum --enablerepo=ol7_kvm_utils group install "Virtualization Host" `
55
55
or
56
- ` yum --enablerepo=ol7_developer install VirtualBox-6.1 `
56
+ ` yum --enablerepo=ol7_developer install VirtualBox-7.0 `
57
57
- Oracle Linux 8:
58
58
` dnf module install virt `
59
59
or
60
- ` dnf --enablerepo=ol8_developer install VirtualBox-6.1 `
60
+ ` dnf --enablerepo=ol8_developer install VirtualBox-7.0 `
61
61
1 . Install ` kpartx ` and ` qemu-img ` to manipulate the artifacts
62
62
- Oracle Linux 7:
63
63
` yum --enablerepo=ol7_kvm_utils install kpartx qemu-img `
You can’t perform that action at this time.
0 commit comments