minor updates
[automated-distro-installer] / fai / config / class / 50-host-classes
index 74dd0c37c75a1ac5f9c1851f321240ff96bafb45..fd8aad4d7f8807b51a7e824bb9bc0e089be9b509 100755 (executable)
@@ -2,18 +2,6 @@
 
 # assign classes to hosts based on their hostname
 
-# NOTE:
-# 51-multi-boot should have something like this
-# for transient host configs which are not saved in
-# git (and make it executable):
-
-# if [[ ! -e /a/bin/fai/fai-wrapper ]]; then
-#     case $HOSTNAME in
-#     frodo) echo STABLE ;;
-#     esac
-# fi
-
-
 # do not use this if a menu will be presented
 [ "$flag_menu" ] && exit 0