summaryrefslogtreecommitdiff
path: root/module-setup-udev.sh
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 07:44:45 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 07:44:45 +0000
commitc2d5d5adcc291f91334e0b6ff0426330969dcd6c (patch)
tree374e1c8387153e4bd29e8bc53481f6284e562880 /module-setup-udev.sh
parentf5415d57c0c19530b849567c3ccd53d189d6bfdb (diff)
automatic import of WALinuxAgentopeneuler24.03_LTS
Diffstat (limited to 'module-setup-udev.sh')
-rw-r--r--module-setup-udev.sh17
1 files changed, 17 insertions, 0 deletions
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
+}