diff options
author | Simon Rettberg | 2024-01-04 16:02:57 +0100 |
---|---|---|
committer | Simon Rettberg | 2024-01-04 16:02:57 +0100 |
commit | 600ee965fb4e8caf1b774da17afe92ff0d09dbc8 (patch) | |
tree | 75d98ff806ad7531f73f1835d9ae05fe05b11d34 | |
parent | [slx-dmsetup] Use new is_on function from slx-tools (diff) | |
download | systemd-init-600ee965fb4e8caf1b774da17afe92ff0d09dbc8.tar.gz systemd-init-600ee965fb4e8caf1b774da17afe92ff0d09dbc8.tar.xz systemd-init-600ee965fb4e8caf1b774da17afe92ff0d09dbc8.zip |
Remove lie from comment
Lying is not allowed on the internet.
-rwxr-xr-x | modules.d/dnbd3-rootfs/module-setup.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules.d/dnbd3-rootfs/module-setup.sh b/modules.d/dnbd3-rootfs/module-setup.sh index 866c086a..eb5a4390 100755 --- a/modules.d/dnbd3-rootfs/module-setup.sh +++ b/modules.d/dnbd3-rootfs/module-setup.sh @@ -148,8 +148,7 @@ install() { "$moddir/hooks/prepare-kernel-command-line-parameter.sh" inst_hook cmdline 90 "$moddir/hooks/set-dracut-environment-variables.sh" 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. inst_hook pre-mount 10 "$moddir/hooks/fetch-config.sh" # make the final blockdevice for the root system (dnbd3 -> xmount -> # device-mapper) |