1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-06-22 19:57:03 +00:00
os-kernel/scripts/hooks/01-example-driver

10 lines
357 B
Plaintext
Raw Normal View History

#!/bin/bash
# This should be an excutable shell script, which builds your customized driver in to kernel.
#
# To minimize maintenance, it is better to be self-sufficent, or with minimum external dependencies.
# e.g. gcc mydriver.c
#
# A real world example is shown at https://github.com/rancher/os-kernel/commit/93b71d24fb6368d38f562184d6fb5a97926265df
#