Skip to content

Commit ad6bb54

Browse files
authored
🌱 Always create UEFI partition (#1190)
* 🌱 Always create UEFI partition * ... create uefi via templates, not automatically via code.
1 parent cb8d5cf commit ad6bb54

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

templates/cluster-templates/bases/hetznerbaremetal-mt-control-plane-ubuntu.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ spec:
99
image:
1010
path: /root/.oldroot/nfs/install/../images/Ubuntu-2004-focal-64-minimal-hwe.tar.gz
1111
partitions:
12+
- fileSystem: esp
13+
mount: /boot/efi
14+
size: 512M
1215
- mount: /boot
1316
fileSystem: ext4
1417
size: 1024M

templates/cluster-templates/bases/hetznerbaremetal-mt-md-1-ubuntu.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ spec:
99
image:
1010
path: /root/.oldroot/nfs/install/../images/Ubuntu-2004-focal-64-minimal-hwe.tar.gz
1111
partitions:
12+
- fileSystem: esp
13+
mount: /boot/efi
14+
size: 512M
1215
- mount: /boot
1316
fileSystem: ext4
1417
size: 1024M

templates/cluster-templates/cluster-class.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,9 @@ spec:
681681
image:
682682
path: /root/.oldroot/nfs/install/../images/Ubuntu-2004-focal-64-minimal-hwe.tar.gz
683683
partitions:
684+
- fileSystem: esp
685+
mount: /boot/efi
686+
size: 512M
684687
- fileSystem: ext4
685688
mount: /boot
686689
size: 1024M

0 commit comments

Comments
 (0)