Update after finals 2023
This commit is contained in:
parent
295a111cec
commit
9e9cfaabea
12 changed files with 78 additions and 28 deletions
|
|
@ -9,7 +9,7 @@ if [ X$action = Xdirinstall ]; then
|
|||
return 0
|
||||
fi
|
||||
|
||||
grep -q INSTALL $LOGDIR/FAI_CLASSES || return 0
|
||||
#grep -q INSTALL $LOGDIR/FAI_CLASSES || return 0
|
||||
[ "$flag_menu" ] || return 0
|
||||
|
||||
out=$(tty)
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
# assign classes to hosts based on their hostname
|
||||
|
||||
# do not use this if a menu will be presented
|
||||
[ "$flag_menu" ] && exit 0
|
||||
#[ "$flag_menu" ] && exit 0
|
||||
|
||||
echo "FAIBASE DEBIAN XORG GNOME PARTICIPANT CONTESTANT"
|
||||
|
|
|
|||
|
|
@ -19,6 +19,10 @@ MAXPACKAGES=800
|
|||
PARTICIPANT_USER_NAME=soi
|
||||
PARTICIPANT_USER_PW='$y$j9T$h5VhMd4KkdmbxdZD1gO0N/$1hvwZgO8pQw13Xd6jaNXbtkbqVOC4W/ia/KXOcCGYvB'
|
||||
|
||||
if [ $FAI_ACTION = "install" ]; then
|
||||
if [ "$FAI_ACTION" = "" ]; then
|
||||
FAI_ACTION=install
|
||||
fi
|
||||
|
||||
if [ "$FAI_ACTION" = "install" ]; then
|
||||
LOGUSER=fai
|
||||
fi
|
||||
|
|
|
|||
Reference in a new issue