Skip to content
Commits on Source (3)
......@@ -52,7 +52,7 @@ DNS server (bind)
debian-edu. Also includes the DHCP distributed IP addressess used.
The address range is separated into groups.
https://wiki.debian.org/DebianEdu/Documentation/Buster/Architecture
https://wiki.debian.org/DebianEdu/Documentation/Bullseye/Architecture
includes a list of services that are set up by default in a Skolelinux
network, please update it when you add new services.
......
debian-edu-config (2.11.4) UNRELEASED; urgency=medium
[ Wolfgang Schweer ]
* www/index* and www/*.po:
- Adjust files after replacing icinga with icinga2 and icinga2-classicui.
[ Holger Levsen ]
* etc/ltsp/ltsp-build-client.conf: target bullseye, not buster.
* share/debian-edu-config/tools/debian-edu-bless: remove remaining
references to EDUSUITE which were forgotten in a code cleanup in
commit c6ef9d69 in 2016.
* README: update reference to point to bullseye, not buster.
-- Wolfgang Schweer <wschweer@arcor.de> Tue, 08 Oct 2019 23:10:38 +1300
debian-edu-config (2.11.3) unstable; urgency=medium
......
......@@ -16,4 +16,4 @@ TRUST_FILE_MIRROR="True"
# instead of being generated at chroot installation time.
#COPY_SOURCES_LIST="True"
DIST="buster"
DIST="bullseye"
......@@ -12,7 +12,6 @@
# the script, for example like this:
# PROFILE=Main-Server,Workstation \
# DESKTOP=gnome,lxde \
# EDUSUITE=squeeze-test
# ./debian-edu-bless
set -e
......@@ -48,9 +47,6 @@ DESKTOP="${DESKTOP:-kde}"
# LANG="nb_NO.UTF-8"
# LANGUAGE="nb_NO:nb:no_NO:no:nn_NO:nn:da:sv:en"
# The Debian Edu suite to use to fetch the Debian Edu packages
EDUSUITE="${EDUSUITE:-buster}"
# Use american english if no language is set in the host system
if [ -z "$LANG" ] ; then
LANG="en_US.UTF-8"
......