diff options
-rw-r--r-- | etc/apt/sources.list.d/backports.list | 2 | ||||
-rw-r--r-- | etc/apt/sources.list.d/itzks.list | 4 | ||||
-rw-r--r-- | etc/ltsp/ltsp.conf.itzks-systems-disklserver.in | 2 | ||||
l--------- | sbin/diskless-workstation-shell | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/etc/apt/sources.list.d/backports.list b/etc/apt/sources.list.d/backports.list index 44db69f..7dc55e1 100644 --- a/etc/apt/sources.list.d/backports.list +++ b/etc/apt/sources.list.d/backports.list @@ -1 +1 @@ -#deb http://ftp.de.debian.org/debian bullseye-backports main contrib non-free +#deb http://ftp.de.debian.org/debian trixie-backports main contrib non-free diff --git a/etc/apt/sources.list.d/itzks.list b/etc/apt/sources.list.d/itzks.list index 3f7419e..a2fb156 100644 --- a/etc/apt/sources.list.d/itzks.list +++ b/etc/apt/sources.list.d/itzks.list @@ -1,4 +1,4 @@ #deb http://packages.it-zukunft-schule.de/debian sid main contrib non-free -deb http://packages.it-zukunft-schule.de/debian bullseye main contrib non-free -deb http://packages.it-zukunft-schule.de/debian bullseye-backports main contrib non-free +deb http://packages.it-zukunft-schule.de/debian trixie main contrib non-free +deb http://packages.it-zukunft-schule.de/debian trixie-backports main contrib non-free diff --git a/etc/ltsp/ltsp.conf.itzks-systems-disklserver.in b/etc/ltsp/ltsp.conf.itzks-systems-disklserver.in index 2e13a19..a0a087f 100644 --- a/etc/ltsp/ltsp.conf.itzks-systems-disklserver.in +++ b/etc/ltsp/ltsp.conf.itzks-systems-disklserver.in @@ -1,7 +1,7 @@ [server] # let's default to the Debian Edu 12 diskless workstation -DEFAULT_IMAGE=dlw+amd64+bookworm +DEFAULT_IMAGE=dlw+amd64+trixie # Debian Edu 10 pretty names IPXE_DLW_AMD64_BUSTER_IMG="Debian Edu 10 Diskless Workstation (Squashfs Image)" diff --git a/sbin/diskless-workstation-shell b/sbin/diskless-workstation-shell index 45c512f..c5d6383 120000 --- a/sbin/diskless-workstation-shell +++ b/sbin/diskless-workstation-shell @@ -1 +1 @@ -diskless-workstation-shell.bullseye
\ No newline at end of file +diskless-workstation-shell.trixie
\ No newline at end of file |