|
@@ -226,7 +226,7 @@ setup_flash_kernel() {
|
226
|
226
|
fi
|
227
|
227
|
|
228
|
228
|
if [ -n "$command_line" ] ; then
|
229
|
|
- echo flash-kernel flash-kernel/linux_cmdline string "$command_line" | debconf-set-selections
|
|
229
|
+ echo "flash-kernel flash-kernel/linux_cmdline string \"$command_line\"" | debconf-set-selections
|
230
|
230
|
fi
|
231
|
231
|
|
232
|
232
|
apt-get install -y flash-kernel
|