- wla-Remove-the-10-azure-unmanaged-sriov.rules-to-avoid-c.patch [RHEL-114155] - Resolves: RHEL-114155 ([Azure][WALA][RHEL-10] Remove 10-azure-unmanaged-sriov.rules)
18 lines
245 B
Bash
18 lines
245 B
Bash
#!/usr/bin/bash
|
|
|
|
# called by dracut
|
|
check() {
|
|
return 0
|
|
}
|
|
|
|
# called by dracut
|
|
depends() {
|
|
return 0
|
|
}
|
|
|
|
# called by dracut
|
|
install() {
|
|
inst_multiple cut readlink chmod
|
|
inst_rules 66-azure-storage.rules 99-azure-product-uuid.rules
|
|
}
|