The class system in FAI is very simple by design. I do not recommend to make classes "depend" others or creating "subclasses" (even we do something like "define GRUB if I386 is defined" in the simple examples). This will make it difficult to decide which classes will really be defined for a certain host. Also small changes to a class will then influence other classes.
If you really want to have such a system, you are free to implement a script in class/... that will define such subclasses. I will not include this into FAI, so I say "wontfix". -- regards Thomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

