|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
From a988cc8516ba2179a0780f3158ac17263f7ce828 Mon Sep 17 00:00:00 2001
|
|
|
|
|
From b8f496cf30e61c650fb416df9fb140b8148500fe Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: tigro <arkadiy.sheyn@softline.com>
|
|
|
|
|
Date: Sat, 30 Sep 2023 16:42:23 +0300
|
|
|
|
|
Subject: [PATCH 7/7] Add sphere licenses to live media
|
|
|
|
@ -8,7 +8,7 @@ Subject: [PATCH 7/7] Add sphere licenses to live media
|
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
|
|
diff --git a/80-rhel/live/x86.tmpl b/80-rhel/live/x86.tmpl
|
|
|
|
|
index 6e10da4..8a1ee4c 100644
|
|
|
|
|
index 6e10da4..0b92fd6 100644
|
|
|
|
|
--- a/80-rhel/live/x86.tmpl
|
|
|
|
|
+++ b/80-rhel/live/x86.tmpl
|
|
|
|
|
@@ -136,7 +136,7 @@ hardlink ${KERNELDIR}/initrd.img ${BOOTDIR}
|
|
|
|
@ -16,7 +16,7 @@ index 6e10da4..8a1ee4c 100644
|
|
|
|
|
|
|
|
|
|
# Add the license files
|
|
|
|
|
-%for f in glob("/usr/share/licenses/*-release/*"):
|
|
|
|
|
+%for f in glob("/usr/share/sphere-release/*"):
|
|
|
|
|
+%for f in glob("/usr/share/sphere-release/EULA"):
|
|
|
|
|
install ${f} ${f|basename}
|
|
|
|
|
<% filegraft += " {0}={1}/{0}".format(basename(f), outroot) %>
|
|
|
|
|
%endfor
|
|
|
|
|