From c2d5d5adcc291f91334e0b6ff0426330969dcd6c Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 07:44:45 +0000 Subject: automatic import of WALinuxAgent --- module-setup-udev.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 module-setup-udev.sh (limited to 'module-setup-udev.sh') diff --git a/module-setup-udev.sh b/module-setup-udev.sh new file mode 100644 index 0000000..ed7300d --- /dev/null +++ b/module-setup-udev.sh @@ -0,0 +1,17 @@ +#!/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 +} -- cgit v1.2.3