summaryrefslogtreecommitdiffstats
path: root/builder/dnbd3-rootfs/module-setup.sh
diff options
context:
space:
mode:
authortorben2016-03-10 17:32:45 +0100
committertorben2016-03-10 17:32:45 +0100
commit0f9aa9873abcd7664890c9747159b38443748683 (patch)
tree1fa7b6ebca64f415e754951da883ef4fd13ba1e7 /builder/dnbd3-rootfs/module-setup.sh
parentupdate rebash (diff)
downloadsystemd-init-0f9aa9873abcd7664890c9747159b38443748683.tar.gz
systemd-init-0f9aa9873abcd7664890c9747159b38443748683.tar.xz
systemd-init-0f9aa9873abcd7664890c9747159b38443748683.zip
Update
Diffstat (limited to 'builder/dnbd3-rootfs/module-setup.sh')
-rwxr-xr-xbuilder/dnbd3-rootfs/module-setup.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/builder/dnbd3-rootfs/module-setup.sh b/builder/dnbd3-rootfs/module-setup.sh
index 9f412a47..823861e3 100755
--- a/builder/dnbd3-rootfs/module-setup.sh
+++ b/builder/dnbd3-rootfs/module-setup.sh
@@ -85,7 +85,7 @@ clean() {
"$moddir/binaries/systemd-preserve-process-marker/"
return 0
}
-# region dracut plugin api
+# region dracut plugin api
check() {
local __doc__='
Checks weather all template system assumptions are satisfied.
@@ -199,10 +199,9 @@ install() {
inst_hook cmdline 10 \
"$moddir/hooks/prepare-kernel-command-line-parameter.sh"
inst_hook cmdline 90 "$moddir/hooks/set-dracut-environment-variables.sh"
- # load dnbd3.ko
inst_hook pre-udev 00 "$moddir/hooks/load-custom-kernel-modules.sh"
- # get the openslx config from the servers configured in the kernel command
- # line (${SLX_SERVER}/${SLX_SERVER_BASE}/config)
+ # Get the openslx config from the servers configured in the kernel command
+ # line (${SLX_SERVER}/${SLX_SERVER_BASE}/config).
inst_hook pre-mount 00 "$moddir/hooks/fetch-config.sh"
# make the final blockdevice for the root system (dnbd3 -> xmount ->
# device-mapper)