Drop legacy boot support

This commit is contained in:
2Shirt 2021-05-20 23:46:47 -06:00
parent 637673085f
commit 522795c4c6
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C
4 changed files with 1 additions and 28 deletions

View file

@ -1,11 +1,4 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
base
#cloud-init
linux
mkinitcpio
mkinitcpio-archiso
#openssh
#qemu-guest-agent
syslinux
#virtualbox-guest-utils-nox

View file

@ -8,7 +8,7 @@ iso_application="Mac dGPU Disable Tool"
iso_version="$(date +%Y-%m-%d)"
install_dir="dgpu"
buildmodes=('iso')
bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' 'uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito')
bootmodes=('uefi-x64.systemd-boot.esp' 'uefi-x64.systemd-boot.eltorito')
arch="x86_64"
pacman_conf="pacman.conf"
airootfs_image_type="squashfs"

View file

@ -1,8 +0,0 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
LABEL dgpu
MENU LABEL Mac dGPU Disable Tool
LINUX /%INSTALL_DIR%/boot/%ARCH%/vmlinuz-linux
INITRD /%INSTALL_DIR%/boot/%ARCH%/initramfs-linux.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% nomodeset

View file

@ -1,12 +0,0 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
SERIAL 0 115200
UI menu.c32
MENU TITLE dGPU Tool
MENU CLEAR
DEFAULT dgpu
TIMEOUT 0
INCLUDE syslinux-dgpu.cfg