Commit Graph

2 Commits (b4f07ca1de247f438da548f6339fac666e6f98d7)

Author SHA1 Message Date
Tamir Duberstein 8edd97888c
xtask: teach integration-test vm to consume kernel debs directly
Bundle handling of Debian kernel archives into xtask so callers can pipe the
raw `.deb` paths straight into `cargo xtask integration-test vm …`. The driver
now extracts each archive into `<cache>/kernel-archives`, locates the matching
`vmlinuz-*`, `lib/modules/*`, and config files, and feeds those into the
initramfs build without requiring the user to pre-run dpkg/tar. With this in
place we drop `.github/scripts/find_kernels.py`, simplify AGENTS.md/CI
instructions to use `find test/.tmp -name '*.deb'`, remove the gnu-tar and
`xz2` requirements we no longer need, and add `tar` as a workspace dependency
for the extractor.
1 month ago
Tamir Duberstein a2324e6e50
Add Brewfile 1 month ago