summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortorben2018-09-06 21:55:16 +0200
committertorben2018-09-06 21:55:16 +0200
commit52d469d4219c9919afd564c8ff03140d350ed0f7 (patch)
treebabb2c1bb01bfa1f5170f0251edd763db9528a13
parentUpdate bashlunk and fix many bugs. (diff)
downloadsystemd-init-52d469d4219c9919afd564c8ff03140d350ed0f7.tar.gz
systemd-init-52d469d4219c9919afd564c8ff03140d350ed0f7.tar.xz
systemd-init-52d469d4219c9919afd564c8ff03140d350ed0f7.zip
Fix cmdline generation for offline boot loader.
-rwxr-xr-xmodules.d/dnbd-root-filesystem/hooks/update-boot-files.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/dnbd-root-filesystem/hooks/update-boot-files.sh b/modules.d/dnbd-root-filesystem/hooks/update-boot-files.sh
index e8003b8d..2829344d 100755
--- a/modules.d/dnbd-root-filesystem/hooks/update-boot-files.sh
+++ b/modules.d/dnbd-root-filesystem/hooks/update-boot-files.sh
@@ -216,7 +216,7 @@ DEFAULT arch
LABEL arch
LINUX ../$kernel_file_path
- APPEND $(cat /proc/cmdline | sed s/ WIRELESS_BOOTIF=false//)
+ APPEND $(cat /proc/cmdline | sed 's/ WIRELESS_BOOTIF=false//')
INITRD ../$initramfs_file_path
EOF
boot_partition_mounted=true