From 296be49e6918fedb22d1dab040ff9fdf3624c055 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 13 Jul 2026 14:38:01 +0200 Subject: Refactor template naming for bootstrap --- roles/bootstrap/templates/ubuntu/refind-sync-kernel.j2 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 roles/bootstrap/templates/ubuntu/refind-sync-kernel.j2 (limited to 'roles/bootstrap/templates/ubuntu/refind-sync-kernel.j2') diff --git a/roles/bootstrap/templates/ubuntu/refind-sync-kernel.j2 b/roles/bootstrap/templates/ubuntu/refind-sync-kernel.j2 new file mode 100644 index 0000000..3b72d4e --- /dev/null +++ b/roles/bootstrap/templates/ubuntu/refind-sync-kernel.j2 @@ -0,0 +1,4 @@ +#!/bin/sh +mkdir -p /boot/efi/EFI/ubuntu +cp /boot/vmlinuz /boot/efi/EFI/ubuntu/ +cp /boot/initrd.img /boot/efi/EFI/ubuntu/ -- cgit v1.2.3