mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 01:49:54 +07:00
boot: recheck bus
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
8be8973f16
commit
1469146291
@ -1,6 +1,8 @@
|
||||
###############################################################################
|
||||
# Boot
|
||||
function bootDSM () {
|
||||
# Get Loader Disk Bus
|
||||
BUS=$(getBus "${LOADER_DISK}")
|
||||
# Check if machine has EFI
|
||||
[ -d /sys/firmware/efi ] && EFI=1 || EFI=0
|
||||
# Print Title centralized
|
||||
|
Loading…
Reference in New Issue
Block a user