Skip to content

Commit 6315c34

Browse files
stejskalleosevgeni
authored andcommitted
Add mmx64.efi file to tftp::netboot class
1 parent 8338c78 commit 6315c34

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

manifests/tftp/netboot.pp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@
4747
require => Package[$packages],
4848
}
4949

50+
file { "${root}/grub2/mmx64.efi":
51+
ensure => file,
52+
source => "/boot/efi/EFI/${grub_efi_path}/mmx64.efi",
53+
require => Package[$packages],
54+
}
55+
5056
file { "${root}/grub2/shim.efi":
5157
ensure => 'link',
5258
target => 'shimx64.efi',
@@ -74,6 +80,11 @@
7480
ensure => 'link',
7581
target => 'grubx64.efi',
7682
}
83+
84+
file { "${root}/grub2/mmx64.efi":
85+
ensure => 'link',
86+
target => 'grubx64.efi',
87+
}
7788
}
7889
'none': {
7990
}

0 commit comments

Comments
 (0)