diff --git a/profile/packages.x86_64 b/profile/packages.x86_64 index 4d09f47..ffefeae 100644 --- a/profile/packages.x86_64 +++ b/profile/packages.x86_64 @@ -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 diff --git a/profile/profiledef.sh b/profile/profiledef.sh index 9af9a0a..309d731 100644 --- a/profile/profiledef.sh +++ b/profile/profiledef.sh @@ -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" diff --git a/profile/syslinux/syslinux-dgpu.cfg b/profile/syslinux/syslinux-dgpu.cfg deleted file mode 100644 index c042eb3..0000000 --- a/profile/syslinux/syslinux-dgpu.cfg +++ /dev/null @@ -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 diff --git a/profile/syslinux/syslinux.cfg b/profile/syslinux/syslinux.cfg deleted file mode 100644 index e3f30a6..0000000 --- a/profile/syslinux/syslinux.cfg +++ /dev/null @@ -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