From 52d469d4219c9919afd564c8ff03140d350ed0f7 Mon Sep 17 00:00:00 2001 From: torben Date: Thu, 6 Sep 2018 21:55:16 +0200 Subject: Fix cmdline generation for offline boot loader. --- modules.d/dnbd-root-filesystem/hooks/update-boot-files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-55-g7522