Files
Itxaka 1d36b86c48 fix: Correct typos in kernel driver constants (#559)
* fix: Correct typos in kernel driver constants

- Fixed typos in driver names:
  - Changed `ahcpi-plaftorm` to `ahcpi-platform`
  - Changed `libahcpi-platform` to `libahci-platform`
- Added new drivers for Thor support:
  - `tegra-bpmp`
  - `tegra-bpmp-thermal`
  - `phy-tegra194-p2u`
  - `pcie-tegra264`
- Updated modprobe command to include verbose output for better debugging

Signed-off-by: Itxaka <itxaka@kairos.io>

* fix: Update error handling and dependencies

- Refactored error handling in `onlyYAMLPartialErrors` to use `errors.AsType` for better type assertion.
- Updated disk retrieval in `dag_normal_boot.go` to use a new logger instance.
- Modified `CreateDevices` in `ghw_mock.go` to use context with value for `ghw.chroot`.
- Bumped dependencies in `go.mod` to latest versions for improved stability and features.

Signed-off-by: Itxaka <itxaka@kairos.io>

* Revert ghw change

Signed-off-by: Itxaka <itxaka@kairos.io>

* go mod tidy

Signed-off-by: Itxaka <itxaka@kairos.io>

---------

Signed-off-by: Itxaka <itxaka@kairos.io>
2026-05-12 14:09:09 +02:00
..
2024-03-20 11:48:51 +01:00