1 Star 0 Fork 0

dreamphy/alg-mate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
profiledef.sh 936 Bytes
一键复制 编辑 原始数据 按行查看 历史
demonkiller 提交于 2021-10-01 03:59 . releng 21'10
#!/usr/bin/env bash
# shellcheck disable=SC2034
iso_name="archlinux-gui-mate"
iso_label="ARCH_GUI_MATE_$(date +%Y%m)"
iso_publisher="DemonKiller <https://archlinuxgui.in>"
iso_application="Arch Linux GUI Live/Rescue CD"
iso_version="$(date +%Y.%m)"
install_dir="arch"
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito')
arch="x86_64"
pacman_conf="pacman.conf"
airootfs_image_type="squashfs"
airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' '1M')
file_permissions=(
["/etc/shadow"]="0:0:400"
["/root"]="0:0:750"
["/root/.automated_script.sh"]="0:0:755"
["/usr/local/bin/choose-mirror"]="0:0:755"
["/usr/local/bin/Installation_guide"]="0:0:755"
["/usr/local/bin/livecd-sound"]="0:0:755"
["/usr/local/bin/alg-remove-nvidia"]="0:0:755"
["/usr/local/bin/alg-preset"]="0:0:755"
["/usr/local/bin/alg-finalisation"]="0:0:755"
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lele2015/alg-mate.git
git@gitee.com:lele2015/alg-mate.git
lele2015
alg-mate
alg-mate
main

搜索帮助