Initial commit

This commit is contained in:
Jan Schär 2022-07-15 11:59:26 +02:00
commit 295a111cec
89 changed files with 2897 additions and 0 deletions

10
config/class/55-classes Executable file
View file

@ -0,0 +1,10 @@
#! /bin/bash
[ "$cmdlineclasses" ] || exit 0
# define the classes given on the cmdline (using -c)
# Note: In the FAI example config, this script has very low priority, but for
# me it make more sense to make it higher priority than the host classes.
echo $cmdlineclasses
exit 0