boot: cleanup

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2024-06-29 14:21:04 +02:00
parent e5a9516f73
commit bb4dfec3fa

View File

@@ -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}