8 Star 10 Fork 2

anolis / KBuilder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
livemedia.conf 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
wangchuanguo 提交于 2023-09-02 14:31 . add tool of creating liveISO
#! /bin/bash
######################
#Parameters that may need to be modified by the user
RESULT_DIR="livemedia"
BASEOS_REPO="http://mirrors.openanolis.cn/anolis/8.6/BaseOS/x86_64/os/"
#BASEOS_REPO="http://kos.ieisystem.com/kos/5.8/BaseOS/x86_64/os/"
APPSTREAM_REPO="http://mirrors.openanolis.cn/anolis/8.6/AppStream/x86_64/os/"
#APPSTREAM_REPO="http://kos.ieisystem.com/kos/5.8/AppStream/x86_64/os/"
OTHER_REPO1=""
OTHER_REPO2=""
OTHER_REPO3=""
OTHER_REPO4=""
OTHER_REPO5=""
UEFI_FLAG=false
DISK_SIZE_OF_IMAGE=51200
#add pkgs to minimal install, split with ' ', e.g. "vim ssh"
#can select kernel-4.18.0 by :ADD_PACKAGES="bpftool-4.18.0 kernel-4.18.0 kernel-devel-4.18.0 kernel-headers-4.18.0 kernel-tools-4.18.0 perf-4.18.0 python3-perf-4.18.0 -bpftool-4.19.91 -kernel-4.19.91 -kernel-devel-4.19.91 -kernel-headers-4.19.91 -kernel-tools-4.19.91 -perf-4.19.91 -python3-perf-4.19.91 "
ADD_PACKAGES=""
#add group pkgs to minimal install, split with ' ', e.g. "gnome-desktop guest-desktop-agents"
ADD_GROUPS=""
#add file or directory into liveISO's squanshfs.img
ADD_FILES=""
ADD_FILES_TARGET=""
Shell
1
https://gitee.com/anolis/kbuilder.git
git@gitee.com:anolis/kbuilder.git
anolis
kbuilder
KBuilder
master

搜索帮助