aboutsummaryrefslogtreecommitdiff
path: root/conf
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 /conf
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).
Diffstat (limited to 'conf')
-rw-r--r--conf/debian-edu/debian-edu-fai.conf8
1 files changed, 4 insertions, 4 deletions
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"