From 92fee7a73787ff2af3159dc0e7c18e5b15968e9f Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 5 Aug 2024 01:31:14 +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