remove efiboot ,use grub

This commit is contained in:
zj
2025-12-29 17:49:04 +08:00
parent cde933924b
commit 65d058e1b8
7 changed files with 5 additions and 24 deletions

View File

@@ -2,15 +2,13 @@
# shellcheck disable=SC2034
iso_name="BBTTMS"
iso_label="BBTTMS_$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y%m)"
iso_label="BBTTMS-$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y%m)"
iso_publisher="BBTTMS <https://yuyujing.cn>"
iso_application="BBTTMS Arch Linux Live/Rescue/Install DVD"
iso_version="TMS_PKG_$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y.%m.%d)"
iso_version="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y.%m.%d)"
install_dir="BBTTMS"
buildmodes=('iso')
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito'
'uefi-ia32.systemd-boot.esp' 'uefi-x64.systemd-boot.esp'
'uefi-ia32.systemd-boot.eltorito' 'uefi-x64.systemd-boot.eltorito')
bootmodes=('bios.syslinux' 'uefi.grub')
arch="x86_64"
pacman_conf="pacman.conf"
airootfs_image_type="squashfs"