You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lorax-templates-rhel/SOURCES/0008-Added-coding-utf-8-to-...

22 lines
577 B

From 6e6459de2d53b0b4df3f0800aab5897bc9091ee8 Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Wed, 14 Feb 2024 20:29:05 +0300
Subject: [PATCH 8/8] Added coding: utf-8 to template
---
80-rhel/live/efi.tmpl | 1 +
1 file changed, 1 insertion(+)
diff --git a/80-rhel/live/efi.tmpl b/80-rhel/live/efi.tmpl
index f39c89a..e991aaa 100644
--- a/80-rhel/live/efi.tmpl
+++ b/80-rhel/live/efi.tmpl
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
<%page args="configdir, KERNELDIR, efiarch32, efiarch64, isolabel, extra_boot_args"/>
<%
EFIBOOTDIR="EFI/BOOT"
--
2.43.0