feat(dracut): add a DRACUT_EXTRA_ARGS environment variable
Some build tools (e.g. autopkgtest-build-qemu) invoke dracut indirectly
through update-initramfs via dpkg triggers, making it impossible to pass
extra flags directly on the command line.
Add a DRACUT_EXTRA_ARGS environment variable whose contents are
word-split and prepended to the dracut argument list before option
parsing. This allows callers to inject arbitrary flags without modifying
the configuration on disk: