Bios or Efi, next
This commit is contained in:
@@ -8,12 +8,9 @@ LVM_N="lvmSystem"
|
||||
HOSTNAME="4rt1x"
|
||||
TIMEZONE="Europe/Prague"
|
||||
USERNAME="warezjoe"
|
||||
|
||||
# BIOS or EFI
|
||||
if [ -f /sys/firmware/efi/fw_platform_size ]; then
|
||||
BIOSorEFI="EFI"
|
||||
else
|
||||
BIOSorEFI="BIOS"
|
||||
fi
|
||||
|
||||
echo $BIOSorEFI
|
||||
Reference in New Issue
Block a user