update to db59a1a2dd 2019-03-07
[automated-distro-installer] / fai / config / class / 60-misc
1 #! /bin/bash
2
3 ifclass -o CENTOS SLC && exit 0
4
5 ifclass -o GRUB_PC GRUB_EFI && exit 0
6
7 if [ -d /sys/firmware/efi ]; then
8 echo GRUB_EFI
9 elif ifclass -o I386 AMD64 ; then
10 echo GRUB_PC
11 fi