WALinuxAgent/module-setup-udev.sh
Miroslav Rezanina 47694d9253 * Wed Nov 12 2025 Miroslav Rezanina <mrezanin@redhat.com> - 2.14.0.1-2
- wla-Remove-10-azure-unmanaged-sriov.rules.patch [RHEL-124218]
- Resolves: RHEL-124218
  ([Azure][WALA][RHEL-9] Remove 10-azure-unmanaged-sriov.rules)
2025-11-12 11:10:50 +01:00

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
}