diff --git a/src/freedombone-image-hardware-setup b/src/freedombone-image-hardware-setup index 466b2d3c..4f976740 100755 --- a/src/freedombone-image-hardware-setup +++ b/src/freedombone-image-hardware-setup @@ -226,7 +226,7 @@ setup_flash_kernel() { fi if [ -n "$command_line" ] ; then - echo flash-kernel flash-kernel/linux_cmdline string "$command_line" | debconf-set-selections + echo "flash-kernel flash-kernel/linux_cmdline string \"$command_line\"" | debconf-set-selections fi apt-get install -y flash-kernel