boot: cleanup

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-08-03 13:34:27 +02:00
parent 50ec2de0b6
commit a8e0a80349

View File

@ -7,9 +7,6 @@ function bootDSM () {
# Check if machine has EFI
[ -d /sys/firmware/efi ] && EFI=1 || EFI=0
# Cleanup Dynamic Mode
[ -f "${PART1_PATH}/dynamic" ] && rm -f "${PART1_PATH}/dynamic" >/dev/null 2>&1 || true
# Print Title centralized
clear
COLUMNS=${COLUMNS:-50}