From 8090ee305b8759beb2afce335640db244c132455 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Wed, 26 Nov 2025 12:03:39 -0500 Subject: Some more tweaking to the installer, bake packages into the image --- archiso_config/profiledef.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'archiso_config/profiledef.sh') diff --git a/archiso_config/profiledef.sh b/archiso_config/profiledef.sh index d627c03..aba5ff6 100644 --- a/archiso_config/profiledef.sh +++ b/archiso_config/profiledef.sh @@ -8,9 +8,8 @@ iso_application="Installer for Voussir, an arch boostrapper with snapshotting" iso_version="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y.%m.%d)" install_dir="arch" buildmodes=('iso') -bootmodes=('bios.syslinux.mbr' 'bios.syslinux.eltorito' - 'uefi-ia32.grub.esp' 'uefi-x64.grub.esp' - 'uefi-ia32.grub.eltorito' 'uefi-x64.grub.eltorito') +bootmodes=('bios.syslinux' + 'uefi.grub' ) arch="x86_64" pacman_conf="pacman.conf" airootfs_image_type="erofs" -- cgit v1.2.3