raspberrypi (1,2,3): fw-prepare-boot: add a newline before adding initramfs line

This commit is contained in:
Calin Crisan 2018-03-26 23:39:47 +03:00
parent 4778e4599d
commit 26cddbe840
3 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
echo >> /boot/config.txt
echo "initramfs fwupdater.gz" >> /boot/config.txt

View File

@ -1,4 +1,5 @@
#!/bin/bash
echo >> /boot/config.txt
echo "initramfs fwupdater.gz" >> /boot/config.txt

View File

@ -1,4 +1,5 @@
#!/bin/bash
echo >> /boot/config.txt
echo "initramfs fwupdater.gz" >> /boot/config.txt