aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-09-07 21:03:15 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-09-07 21:03:15 +0200
commit8d4d8314219ccd68fc4acb8e1817236b22dc7210 (patch)
tree50406521cb99859480252230a52032538be093f7
parentc6592790e72542478f8ee6401ecb02c8a1c78959 (diff)
downloaddebian-edu-fai+itzks-8d4d8314219ccd68fc4acb8e1817236b22dc7210.tar.gz
debian-edu-fai+itzks-8d4d8314219ccd68fc4acb8e1817236b22dc7210.tar.bz2
debian-edu-fai+itzks-8d4d8314219ccd68fc4acb8e1817236b22dc7210.zip
{README.md,conf/debian-edu/debian-edu-fai.conf}: Adjust files to renaming of debian-edu-fai_install script (only in docs or comments).
-rw-r--r--README.md12
-rw-r--r--conf/debian-edu/debian-edu-fai.conf8
2 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 65a960f..4b32aed 100644
--- a/README.md
+++ b/README.md
@@ -1,20 +1,20 @@
# Debian Edu FAI Installer
-## Setup with script 'debian-edu-faiinstall'
+## Setup with script 'debian-edu-fai_install'
To setup a Debian Edu machine as FAI installer for Debian Edu, the
-``debian-edu-faiinstall`` script can be used, either on a the Debian Edu
+``debian-edu-fai_install`` script can be used, either on a the Debian Edu
mainserver or on a dedicated Debian Edu machine that shall act as a FAI server
on the network.
-Before using ``debian-edu-faiinstall`` for the first time a few manual steps
+Before using ``debian-edu-fai_install`` for the first time a few manual steps
need to be taken to prepare the server. Please see below for the details.
-The ``debian-edu-faiinstall`` is (i.e. should be) idempotent. So, it is
+The ``debian-edu-fai_install`` is (i.e. should be) idempotent. So, it is
possible to execute it several times and it won't do any damage when
running repeatedly (except from re-creating all configs related to FAI).
-When running ``debian-edu-faiinstall`` on a machine that already ships a
+When running ``debian-edu-fai_install`` on a machine that already ships a
TFTP configuration for LTSP (which is the case for the Debian Edu mainserver
and for Debian Edu Terminal Servers) it will move that configuration out
of the way and replace it by the Debian Edu FAI configuration.
@@ -23,7 +23,7 @@ of the way and replace it by the Debian Edu FAI configuration.
#### Adjust the Debian Edu FAI configuration
-Before running ``debian-edu-faiinstall``, please adjust the configuration file
+Before running ``debian-edu-fai_install``, please adjust the configuration file
`/etc/debian-edu/debian-edu-fai.conf`. That configuration file contains
parameter documentation in its comments, please follow suggestions etc. given
there.
diff --git a/conf/debian-edu/debian-edu-fai.conf b/conf/debian-edu/debian-edu-fai.conf
index 9bd8bb3..c41f19e 100644
--- a/conf/debian-edu/debian-edu-fai.conf
+++ b/conf/debian-edu/debian-edu-fai.conf
@@ -1,11 +1,11 @@
# Examples for local settings that can customize the
-# 'debian-edu-faiinstall' script.
+# 'debian-edu-fai_install' script.
# IMPORTANT: This file is included as a shell script, the settings are shell
# variables. If you don't use single quotes the shell will do parameter
# expansion, command substitution, and arithmetic expansion.
-# Run 'debian-edu-faiinstall' to re-generate the netboot
+# Run 'debian-edu-fai_install' to re-generate the netboot
# environment and the iPXE menu each time any changes have
# been made...
@@ -14,7 +14,7 @@
# some manual steps are required:
#
# IMPORTANT: These steps are required _before_ creating any nfsroot
-# installer chroots (i.e. before running the debian-edu-faiinstall script).
+# installer chroots (i.e. before running the debian-edu-fai_install script).
#
# 1. Comment out fai_logserver and fai_loguser below.
# 2. Run:
@@ -59,7 +59,7 @@
#
# If your FAI installer host is amd64 and you want to create i386 installer NFSROOTs then
# make sure to run dpkg --add-architecture i386 on the FAI installer host before running
-# the 'debian-edu-faiinstall' script (otherwise, debootstrap will run as qemu-debootstrap
+# the 'debian-edu-fai_install' script (otherwise, debootstrap will run as qemu-debootstrap
# and that will be reallllyyyy slow).
#archs="amd64 i386"