Bug Report
IOMMU data written to wrong output file
packrat lines 320-322: The IOMMU data collection loop was copy-pasted from the clocksource section but the output variable was never updated. IOMMU data is written to ${CLOCKSOURCE_FILE} instead of ${IOMMU_FILE}.
The sys-class-iommu output file is created and touched but remains empty, while the clocksource file receives both clocksource and IOMMU data concatenated.
This means IOMMU data is effectively lost — it cannot be retrieved from the expected file.
Bug Report
IOMMU data written to wrong output file
packrat lines 320-322: The IOMMU data collection loop was copy-pasted from the clocksource section but the output variable was never updated. IOMMU data is written to
${CLOCKSOURCE_FILE}instead of${IOMMU_FILE}.The
sys-class-iommuoutput file is created and touched but remains empty, while the clocksource file receives both clocksource and IOMMU data concatenated.This means IOMMU data is effectively lost — it cannot be retrieved from the expected file.