I'm making a Proxmox VE installer using the Debian 11.2.0 DVD image, and ran into the same problem. This is the source of the error, in DEBIAN/postinst:
case "$1" in
configure)
fix_dhclient_file_with_space
process_etc_network_interfaces
process_udev
chmod +x...