Skip to content

Commit 3b99847

Browse files
committed
new release
Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
1 parent 4990367 commit 3b99847

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/DebianAmd64.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ How to use a Linux system to write the image onto a USB-Stick or a new hard disk
5353

5454
```shell
5555
# Download the current Debian Amd64 image:
56-
wget -q https://github.com/laroche/arm-devel-infrastructure/releases/download/v20260125/debian-13-amd64-20260125.zip
56+
wget -q https://github.com/laroche/arm-devel-infrastructure/releases/download/v20260322/debian-13-amd64-20260322.zip
5757
# Unpack the zip archive to get the raw image *.img:
58-
unzip debian-13-amd64-20260125.zip
58+
unzip debian-13-amd64-20260322.zip
5959
# Make sure your install disk is not mounted:
6060
#umount /media/$USER/XXX
6161
# For USB check your devices:
6262
#lsusb; lsblk
6363
# Write the disk image to USB-disk or normal hard disk:
64-
dd if=debian-13-amd64-20260125/debian-13-amd64-20260125.img of=/dev/sdX
64+
dd if=debian-13-amd64-20260322/debian-13-amd64-20260322.img of=/dev/sdX
6565
```
6666

6767

docs/DebianRpi3.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ How to use a Linux system to write the image onto a USB-Stick or a new hard disk
5858

5959
```shell
6060
# Download the current Debian rpi3 image:
61-
wget -q https://github.com/laroche/arm-devel-infrastructure/releases/download/v20260125/debian-13-rpi3-arm64-20260125.zip
61+
wget -q https://github.com/laroche/arm-devel-infrastructure/releases/download/v20260322/debian-13-rpi3-arm64-20260322.zip
6262
# Unpack the zip archive to get the raw image *.img:
63-
unzip debian-13-rpi3-arm64-20260125.zip
63+
unzip debian-13-rpi3-arm64-20260322.zip
6464
# Make sure your install disk is not mounted:
6565
#umount /media/$USER/XXX
6666
# For USB check your devices:
6767
#lsusb; lsblk
6868
# Write the disk image to USB-disk or normal hard disk:
69-
dd if=debian-13-rpi3-arm64-20260125/debian-13-amd64-20260125.img of=/dev/sdX
69+
dd if=debian-13-rpi3-arm64-20260322/debian-13-amd64-20260322.img of=/dev/sdX
7070
```
7171

7272

vmdb2-debian/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
# release date to use:
7-
RDATE="20260125"
7+
RDATE="20260322"
88
# Select either "12", "13" or "testing":
99
TYPE="13"
1010
# Should we package the image up?

vmdb2-debian/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ KVER=6.5.10-1
818818
# Disabled by default as check for KABI is not enough:
819819
if false && test "$HOSTTYPE" = "x86_64" && ! test -d /lib/modules/${KABI}-amd64 ; then
820820
KERNEL=kernel-amd64-$KVER.tar.gz
821-
wget -q https://github.com/laroche/arm-devel-infrastructure/releases/download/v20260125/$KERNEL
821+
wget -q https://github.com/laroche/arm-devel-infrastructure/releases/download/v20260322/$KERNEL
822822
tar xzf $KERNEL
823823
dpkg -i kernel-amd64-$KVER/linux-image-${KABI}-amd64-unsigned_${KVER}_amd64.deb
824824
rm -fr $KERNEL kernel-amd64-$KVER

0 commit comments

Comments
 (0)