fix: ACPI DSDT over-ride at boot
The existing code does not and cannot work. There is no support for asking the kernel to load the supplied DSDT.aml and the path it uses is not one the kernel would search.
Additionally, the kernel will not load an over-ride table from the main initrd.img (after PID 1 has started).
The over-ride must be in an early initrd image.
Tested alongside amd64-microcode to ensure both are present in the final initrd.img.
Signed-off-by: Tj debian@iam.tj
Edited by Teej Tj