diff -Nru ltsp-23.01/debian/changelog ltsp-23.02/debian/changelog --- ltsp-23.01/debian/changelog 2023-01-24 23:12:21.000000000 +0000 +++ ltsp-23.02/debian/changelog 2023-02-28 03:27:32.000000000 +0000 @@ -1,3 +1,9 @@ +ltsp (23.02-1) unstable; urgency=medium + + * Match both memtest86+x32.bin and memtest86+ia32.bin (#801) + + -- Alkis Georgopoulos Tue, 28 Feb 2023 05:27:32 +0200 + ltsp (23.01-1) unstable; urgency=medium [ Alkis Georgopoulos ] diff -Nru ltsp-23.01/ltsp/server/ipxe/55-ipxe.sh ltsp-23.02/ltsp/server/ipxe/55-ipxe.sh --- ltsp-23.01/ltsp/server/ipxe/55-ipxe.sh 2023-01-20 05:51:20.000000000 +0000 +++ ltsp-23.02/ltsp/server/ipxe/55-ipxe.sh 2023-02-28 03:33:02.000000000 +0000 @@ -75,7 +75,7 @@ " fi if [ "$BINARIES" != "0" ]; then - re copy_binary memtest.0 /boot/memtest86+x32.bin /boot/memtest86+.bin + re copy_binary memtest.0 /boot/memtest86+*32.bin /boot/memtest86+.bin re copy_binary memtest.efi /boot/memtest86+x64.efi re copy_binary snponly.efi /usr/lib/ipxe/snponly.efi \ /usr/lib/ipxe/ipxe.efi