dd2fc13b80
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.
17 lines
208 B
Bash
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
|
|
}
|