summaryrefslogtreecommitdiffstats
path: root/testModule/module-setup.sh
diff options
context:
space:
mode:
authortorben2015-04-09 03:49:07 +0200
committertorben2015-04-09 03:49:07 +0200
commit78549f9fb6f119a31776f3640d0e689954e9baa7 (patch)
treecc9631d51c9f317540328a2afdbbebf9a09d4cf6 /testModule/module-setup.sh
parentAdding functions library. (diff)
downloadsystemd-init-78549f9fb6f119a31776f3640d0e689954e9baa7.tar.gz
systemd-init-78549f9fb6f119a31776f3640d0e689954e9baa7.tar.xz
systemd-init-78549f9fb6f119a31776f3640d0e689954e9baa7.zip
Writting cmdline modifier patch.
Diffstat (limited to 'testModule/module-setup.sh')
-rw-r--r--testModule/module-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testModule/module-setup.sh b/testModule/module-setup.sh
index 8b35d52a..0f43268b 100644
--- a/testModule/module-setup.sh
+++ b/testModule/module-setup.sh
@@ -11,7 +11,7 @@ depends() {
install() {
# Loads globally needed useful functions or fixes some native dracut ones.
- inst_hook cmdline 10 "$moddir/library.sh"
+ inst_simple "$moddir/library.sh" /usr/lib/test-library.sh
# NOTE: Priority has to be greater than the network cmdline parsing hooks
# since we have to modify the some kernel parameter before.
inst_hook cmdline 100 "$moddir/parse-ip.sh"