parent
49f28171ab
commit
fcc59ef294
@ -0,0 +1,21 @@
|
|||||||
|
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
|
||||||
|
|
Loading…
Reference in new issue