remove efiboot ,use grub
This commit is contained in:
BIN
archiso/airootfs/boot/grub/background.png
Normal file
BIN
archiso/airootfs/boot/grub/background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
@@ -1,5 +0,0 @@
|
||||
title BBTTMS Linux install medium (x86_64, UEFI)
|
||||
sort-key 01
|
||||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
||||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
||||
options archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% cow_spacesize=4G copytoram=n
|
||||
@@ -1,7 +0,0 @@
|
||||
title BBTTMS Linux install medium (x86_64, UEFI) with speech
|
||||
sort-key 02
|
||||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
||||
initrd /%INSTALL_DIR%/boot/intel-ucode.img
|
||||
initrd /%INSTALL_DIR%/boot/amd-ucode.img
|
||||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
||||
options archisobasedir=%INSTALL_DIR% archisosearchuuid=%ARCHISO_UUID% accessibility=on cow_spacesize=4G copytoram=n
|
||||
@@ -1,3 +0,0 @@
|
||||
title Memtest86+
|
||||
sort-key 03
|
||||
efi /boot/memtest86+/memtest.efi
|
||||
@@ -1,3 +0,0 @@
|
||||
timeout 15
|
||||
default 01-archiso-x86_64-linux.conf
|
||||
beep on
|
||||
@@ -14,6 +14,7 @@ if loadfont "${prefix}/fonts/unicode.pf2" ; then
|
||||
set gfxmode="auto"
|
||||
terminal_input console
|
||||
terminal_output console
|
||||
set background_image="/boot/grub/background.png
|
||||
fi
|
||||
|
||||
# Enable serial console
|
||||
@@ -44,7 +45,7 @@ else
|
||||
fi
|
||||
|
||||
# Set default menu entry
|
||||
default=alci
|
||||
default=BBTTMS
|
||||
timeout=15
|
||||
timeout_style=menu
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user