Drop legacy boot support
This commit is contained in:
parent
637673085f
commit
522795c4c6
4 changed files with 1 additions and 28 deletions
|
|
@ -1,11 +1,4 @@
|
||||||
#
|
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
||||||
base
|
base
|
||||||
#cloud-init
|
|
||||||
linux
|
linux
|
||||||
mkinitcpio
|
mkinitcpio
|
||||||
mkinitcpio-archiso
|
mkinitcpio-archiso
|
||||||
#openssh
|
|
||||||
#qemu-guest-agent
|
|
||||||
syslinux
|
|
||||||
#virtualbox-guest-utils-nox
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ iso_application="Mac dGPU Disable Tool"
|
||||||
iso_version="$(date +%Y-%m-%d)"
|
iso_version="$(date +%Y-%m-%d)"
|
||||||
install_dir="dgpu"
|
install_dir="dgpu"
|
||||||
buildmodes=('iso')
|
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"
|
arch="x86_64"
|
||||||
pacman_conf="pacman.conf"
|
pacman_conf="pacman.conf"
|
||||||
airootfs_image_type="squashfs"
|
airootfs_image_type="squashfs"
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
@ -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
|
|
||||||
Loading…
Reference in a new issue