diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-08-29 14:15:48 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-08-29 14:15:48 +0200 |
commit | 0043861adde482a2f97e3bcb66a93621268f050c (patch) | |
tree | 3d2c561fe9abbdb569e321cfb36eca295d3292f7 | |
parent | fc8d8dfd49f93ae325f3b0dfdf3e0858223d5e40 (diff) | |
download | itzks-systems-0043861adde482a2f97e3bcb66a93621268f050c.tar.gz itzks-systems-0043861adde482a2f97e3bcb66a93621268f050c.tar.bz2 itzks-systems-0043861adde482a2f97e3bcb66a93621268f050c.zip |
Switch to supporting Debian 13 (aka trixie) by default.
-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 |