From bb4dfec3fad00b359bc35297e9a80da00e30b385 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sat, 29 Jun 2024 14:21:04 +0200 Subject: [PATCH] boot: cleanup Signed-off-by: AuxXxilium --- files/initrd/opt/arc/boot.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/files/initrd/opt/arc/boot.sh b/files/initrd/opt/arc/boot.sh index 2426a5ad..e71b3ab4 100755 --- a/files/initrd/opt/arc/boot.sh +++ b/files/initrd/opt/arc/boot.sh @@ -6,14 +6,6 @@ set -e ############################################################################### # Boot function bootDSM () { - . ${ARC_PATH}/include/functions.sh - - # Get Loader Disk Bus - BUS=$(getBus "${LOADER_DISK}") - - # Check if machine has EFI - [ -d /sys/firmware/efi ] && EFI=1 || EFI=0 - # Print Title centralized clear COLUMNS=${COLUMNS:-50}