File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ openstack_image_centos_stream8:
25
25
name : " CentOS-stream8"
26
26
type : raw
27
27
elements :
28
+ # Required for UEFI mode:
29
+ - " block-device-efi"
28
30
- " centos"
29
31
- " cloud-init"
30
32
- " selinux-permissive"
@@ -36,6 +38,11 @@ openstack_image_centos_stream8:
36
38
env :
37
39
YUM : dnf
38
40
DIB_RELEASE : " 8-stream"
41
+ packages :
42
+ # Next 3 are required for UEFI mode:
43
+ - " gdisk"
44
+ - " efibootmgr"
45
+ - " efivar"
39
46
properties :
40
47
os_type : " linux"
41
48
os_distro : " centos"
@@ -60,6 +67,8 @@ openstack_image_rocky8:
60
67
name : " Rocky8"
61
68
type : raw
62
69
elements :
70
+ # Required for UEFI mode:
71
+ - " block-device-efi"
63
72
- " rocky-container"
64
73
- " cloud-init"
65
74
- " epel"
@@ -71,8 +80,12 @@ openstack_image_rocky8:
71
80
- " openssh-server"
72
81
is_public : True
73
82
packages :
74
- - bash-completion
75
- - vim-enhanced
83
+ - " bash-completion"
84
+ - " vim-enhanced"
85
+ # Next 3 are required for UEFI mode:
86
+ - " gdisk"
87
+ - " efibootmgr"
88
+ - " efivar"
76
89
env :
77
90
YUM : dnf
78
91
DIB_CONTAINERFILE_RUNTIME : docker
@@ -90,6 +103,8 @@ openstack_image_ubuntu_focal:
90
103
type : raw
91
104
is_public : True
92
105
elements :
106
+ # Required for UEFI mode:
107
+ - " block-device-efi"
93
108
- " cloud-init"
94
109
- " cloud-init-datasources"
95
110
- " dhcp-all-interfaces"
You can’t perform that action at this time.
0 commit comments