summaryrefslogtreecommitdiff
path: root/module-setup-udev.sh
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-05 01:31:14 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-05 01:31:14 +0000
commit92fee7a73787ff2af3159dc0e7c18e5b15968e9f (patch)
tree374e1c8387153e4bd29e8bc53481f6284e562880 /module-setup-udev.sh
parentd8a5aa1e74f0cf82eac0335d7272d41cf18eb23a (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
+}