bug fix
[automated-distro-installer] / fai / config / class / 85-efi-classes
index d61db7e88b29077dc59f2ad5598ae57813c493c4..afe6f4927afce861637592d1369fa3e11373c123 100755 (executable)
@@ -2,11 +2,11 @@
 
 # define classes for disk_config in an EFI enironment
 
-if [ ! -d /sys/firmware/efi ]; then
+if [ ! -d /sys/firmware/efi ] || ifclass GRUB_PC; then
     exit 0
 fi
 
-for c in LVM FAISERVER FAIBASE; do
+for c in CLOUD LVM FAISERVER FAIBASE; do
     if ifclass $c; then
        echo ${c}_EFI
        break