2 Star 0 Fork 1

src-oepkgs/oemaker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0004-x86-ks-for-devstation.patch 676 Bytes
一键复制 编辑 原始数据 按行查看 历史
李萍 提交于 2024-09-25 17:15 . update
--- a/isomaker/config/x86_64/livecd/livecd_x86_64.ks 2023-11-17 05:15:03.000000000 +0000
+++ b/isomaker/config/x86_64/livecd/livecd_x86_64.ks 2024-09-25 17:01:46.428236175 +0000
@@ -49,6 +49,14 @@
ONBOOT=yes
EOF
+cat << EOF > /etc/yum.repos.d/local.repo
+[local-repo]
+name=local
+baseurl=file///run/initramfs/live
+enabled=1
+gpgcheck=0
+EOF
+
rm -rf /etc/systemd/system/multi-user.target.wants/kbox.service
rm -rf /etc/systemd/system/multi-user.target.wants/kdump.service
rm -rf /usr/lib/systemd/system/kbox.service
@@ -67,6 +75,8 @@
/usr/bin/ca-legacy install
/usr/bin/update-ca-trust
+echo "zh_CN.UTF-8" > /etc/locale.conf
+systemctl enable calamares
%end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-oepkgs/oemaker.git
git@gitee.com:src-oepkgs/oemaker.git
src-oepkgs
oemaker
oemaker
master

搜索帮助