X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=fai%2Fconfig%2Fclass%2F50-host-classes;h=fd8aad4d7f8807b51a7e824bb9bc0e089be9b509;hp=74dd0c37c75a1ac5f9c1851f321240ff96bafb45;hb=2028560d2467b5bbb3893b00369f123c90ef7282;hpb=bacafbabe07c9edc86eaa75c24887d6fac0c310a diff --git a/fai/config/class/50-host-classes b/fai/config/class/50-host-classes index 74dd0c3..fd8aad4 100755 --- a/fai/config/class/50-host-classes +++ b/fai/config/class/50-host-classes @@ -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