diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-03-03 21:29:17 +0100 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-03-03 21:36:31 +0100 |
| commit | 52ea327d7dbb227035b941e73224cb942b4ca076 (patch) | |
| tree | 42a85c6f7b8322209ffd30ebb5b3b2a4e3f6166d /bin | |
| parent | 9ef82d61c30ca3986752de47c8fd8583cc22eb1b (diff) | |
| download | debian-edu-fai+itzks-52ea327d7dbb227035b941e73224cb942b4ca076.tar.gz debian-edu-fai+itzks-52ea327d7dbb227035b941e73224cb942b4ca076.tar.bz2 debian-edu-fai+itzks-52ea327d7dbb227035b941e73224cb942b4ca076.zip | |
Rename faiinstall.conf to debian-edu-fai.conf.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/debian-edu-faiinstall | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/debian-edu-faiinstall b/bin/debian-edu-faiinstall index 5f80f74..e803a4c 100755 --- a/bin/debian-edu-faiinstall +++ b/bin/debian-edu-faiinstall @@ -84,8 +84,8 @@ fi # source debian-edu-fai's config file # Allow site specific overrides to the variables -if [ -f /etc/debian-edu/faiinstall.conf ] ; then - . /etc/debian-edu/faiinstall.conf +if [ -f /etc/debian-edu/debian-edu-fai.conf ] ; then + . /etc/debian-edu/debian-edu-fai.conf fi # keep a copy of /srv/tftp/ltsp if this is the first attempt to deploy @@ -326,7 +326,7 @@ cat <<EOF > "${tftpdir}/debian-edu-fai/ltsp.ipxe" # Set the default image (img) based on arch, or to root-path if it's not empty #cpuid --ext 29 && set img amd64+${codename} || set img i386+${codename} -# choose default boot entry (via configurable variables, see /etc/debian-edu/faiinstall.conf) +# choose default boot entry (via configurable variables, see /etc/debian-edu/debian-edu-fai.conf) set img ${default_arch}+${default_codename} goto start |
