#! /bin/bash

ifclass -o CENTOS SLC && exit 0
if ifclass -o I386 AMD64 ; then
    ifclass -o GRUB_PC GRUB_EFI ||echo GRUB_PC
fi
