Bob Mottram 7 gadus atpakaļ
vecāks
revīzija
2f9811ac5a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      src/freedombone-image-hardware-setup

+ 1
- 1
src/freedombone-image-hardware-setup Parādīt failu

226
     fi
226
     fi
227
 
227
 
228
     if [ -n "$command_line" ] ; then
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
     fi
230
     fi
231
 
231
 
232
     apt-get install -y flash-kernel
232
     apt-get install -y flash-kernel