fixup initial faiserver bootstrap & small bugs
[automated-distro-installer] / fai / config / class / 50-host-classes
index 624077d3529c45b8b802a7f1c5fc9dca31ec32f7..b623f8893ee62fb47152726a1a18d8db1b92b72b 100755 (executable)
@@ -2,6 +2,18 @@
 
 # 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