bb503eec83
- Added depmod.cpp to scan kernel module ELF files, read .modinfo, and emit metadata files. - Implemented functionality to write binary trie indexes for libkmod/modprobe. - Introduced command-line options for module processing. - Created test script test_depmod.sh to verify help and version commands.
5 lines
83 B
Bash
5 lines
83 B
Bash
#!/bin/sh
|
|
set -eu
|
|
"$VX" depmod --help >/dev/null
|
|
"$VX" depmod --version >/dev/null
|