1 Star 0 Fork 37

通行百万 / lorax

forked from src-openEuler / lorax 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
backport-Fix-live-iso-creation-on-aarch64.patch 905 Bytes
一键复制 编辑 原始数据 按行查看 历史
t.feng 提交于 2020-02-24 11:18 . Fix live-iso creation on aarch64
From 5dcb100b5edb443e7d39a1635a5a9aca191d2b18 Mon Sep 17 00:00:00 2001
From: fengtao <fengtao40@huawei.com>
Date: Mon, 24 Feb 2020 11:07:16 +0800
Subject: [PATCH] Fix live-iso creation on aarch64
---
share/templates.d/99-generic/live/aarch64.tmpl | 7 -------
1 file changed, 7 deletions(-)
diff --git a/share/templates.d/99-generic/live/aarch64.tmpl b/share/templates.d/99-generic/live/aarch64.tmpl
index 532b242..969c0df 100644
--- a/share/templates.d/99-generic/live/aarch64.tmpl
+++ b/share/templates.d/99-generic/live/aarch64.tmpl
@@ -68,13 +68,6 @@ mkdir ${KERNELDIR}
%endif
%endfor
-# Inherit iso-graft/ if it exists from external templates
-<%
- import os
- if os.path.exists(workdir + "/iso-graft"):
- filegraft += " " + workdir + "/iso-graft"
-%>
-
# Add the license files
%for f in glob("/usr/share/licenses/*-release/*"):
install ${f} ${f|basename}
--
1.8.3.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/traffic_millions/lorax.git
git@gitee.com:traffic_millions/lorax.git
traffic_millions
lorax
lorax
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891