It used to be possible to just write a Raspberry Pi OS image to an SD card, mount the first partition and create a file named ssh, power up the Pi, and do everything else via ssh.
This was nice 1) because it's easy to document and 2) because it was easy to script.
Now, you can still use dd to write the image, and you can still enable ssh, but the installation won't proceed without asking for the keyboard layout and the name of the default user.
Is there any other way to set up Raspberry Pi OS from a fresh image without user interaction while setting up the SD card and without having to attach a monitor and keyboard to the Pi?
(I have seen questions like this and this, but they were from before the standard pi user was disabled).