WALinuxAgent/module-setup.sh
Dusty Mabe dd2fc13b80
Move module-setup.sh into git
It's not necessary to use the lookaside cache for this. It would be
better to store it in source control so the content of the file is
tracked and reviews can happen.
2023-01-20 12:30:19 -05:00

17 lines
208 B
Bash

#!/usr/bin/bash
# called by dracut
check() {
return 0
}
# called by dracut
depends() {
return 0
}
# called by dracut
install() {
inst_rules 66-azure-storage.rules 99-azure-product-uuid.rules
}