X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=fai%2Fconfig%2Fclass%2F50-host-classes;h=b623f8893ee62fb47152726a1a18d8db1b92b72b;hp=624077d3529c45b8b802a7f1c5fc9dca31ec32f7;hb=23bf2f3666becf9d3c219af1eaea08b4cf843492;hpb=f74458d51ebaeba827307920c7a66ed2d69d6fbd diff --git a/fai/config/class/50-host-classes b/fai/config/class/50-host-classes index 624077d..b623f88 100755 --- a/fai/config/class/50-host-classes +++ b/fai/config/class/50-host-classes @@ -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