File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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/v20250310 /debian-stable-amd64-20250310 .zip
56+ wget -q https://github.com/laroche/arm-devel-infrastructure/releases/download/v20250323 /debian-stable-amd64-20250323 .zip
5757# Unpack the zip archive to get the raw image *.img:
58- unzip debian-stable-amd64-20250310 .zip
58+ unzip debian-stable-amd64-20250323 .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-stable-amd64-20250310 /debian-stable-amd64-20250310 .img of=/dev/sdX
64+ dd if=debian-stable-amd64-20250323 /debian-stable-amd64-20250323 .img of=/dev/sdX
6565```
6666
6767
Original file line number Diff line number Diff 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/v20250310 /debian-stable-rpi3-arm64-20250310 .zip
61+ wget -q https://github.com/laroche/arm-devel-infrastructure/releases/download/v20250323 /debian-stable-rpi3-arm64-20250323 .zip
6262# Unpack the zip archive to get the raw image *.img:
63- unzip debian-stable-rpi3-arm64-20250310 .zip
63+ unzip debian-stable-rpi3-arm64-20250323 .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-stable-rpi3-arm64-20250310 /debian-stable-amd64-20250310 .img of=/dev/sdX
69+ dd if=debian-stable-rpi3-arm64-20250323 /debian-stable-amd64-20250323 .img of=/dev/sdX
7070```
7171
7272
Original file line number Diff line number Diff line change 44#
55
66# release date to use:
7- RDATE=" 20250310 "
7+ RDATE=" 20250323 "
88# Select either "stable", "testing" or "unstable":
99TYPE=" stable"
1010# Should we package the image up?
Original file line number Diff line number Diff line change @@ -737,7 +737,7 @@ KVER=6.5.10-1
737737# Disabled by default as check for KABI is not enough:
738738if false && test " $HOSTTYPE " = " x86_64" && ! test -d /lib/modules/${KABI} -amd64 ; then
739739 KERNEL=kernel-amd64-$KVER .tar.gz
740- wget -q https://github.com/laroche/arm-devel-infrastructure/releases/download/v20250310 /$KERNEL
740+ wget -q https://github.com/laroche/arm-devel-infrastructure/releases/download/v20250323 /$KERNEL
741741 tar xzf $KERNEL
742742 dpkg -i kernel-amd64-$KVER /linux-image-${KABI} -amd64-unsigned_${KVER} _amd64.deb
743743 rm -fr $KERNEL kernel-amd64-$KVER
You can’t perform that action at this time.
0 commit comments