From 9f4b0ffa8230e0d201eeb6da4d1e2fa1c00a85c8 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Thu, 26 Oct 2023 23:19:30 -0700 Subject: [PATCH] Remove ISO bootloader override section --- setup/build_linux | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/setup/build_linux b/setup/build_linux index 71a9254c..e75de016 100755 --- a/setup/build_linux +++ b/setup/build_linux @@ -314,16 +314,6 @@ function build_iso() { -v "$PROFILE_DIR" \ | tee -a "$LOG_DIR/$DATETIME.log" - # Build better ISO - rsync -aI "$PROFILE_DIR/EFI/" "${ISO_DIR:-safety}/EFI/" - rsync -aI --ignore-existing "$PROFILE_DIR/syslinux/" "${ISO_DIR:-safety}/syslinux/" - ## Sketchy bit ## - . /usr/bin/mkarchiso -o "${OUT_DIR}" -w "${WORK_DIR}" "${PROFILE_DIR}" - isofs_dir="${ISO_DIR}" - image_name="${KIT_NAME_SHORT}-Linux-${DATE}-x86_64.iso" - rm "${OUT_DIR}/${image_name}" - _build_iso_image - # Cleanup echo "Removing temp files..." rm "$TEMP_DIR/Linux" -Rf | tee -a "$LOG_DIR/$DATETIME.log"