Re: Imager
On Trixie and Bookworm to make a headless image this works for me:
sudo dd if=2024-03-15-raspios-bookworm-armhf.img of=/dev/sdb bs=4096 status=progress
(usb out and in again to mount new partitions)
# set up for ssh access and first account
cd /media/roger/bootfs/
touch ssh
sudo echo 'pi:'`echo 'raspberry' | openssl passwd -6 -stdin` > userconf.txt