From 26cddbe840d1bc15fb2f5a7a3ddd7036ab132521 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Mon, 26 Mar 2018 23:39:47 +0300 Subject: [PATCH] raspberrypi (1,2,3): fw-prepare-boot: add a newline before adding initramfs line --- board/raspberrypi/overlay/usr/libexec/fw-prepare-boot | 1 + board/raspberrypi2/overlay/usr/libexec/fw-prepare-boot | 1 + board/raspberrypi3/overlay/usr/libexec/fw-prepare-boot | 1 + 3 files changed, 3 insertions(+) diff --git a/board/raspberrypi/overlay/usr/libexec/fw-prepare-boot b/board/raspberrypi/overlay/usr/libexec/fw-prepare-boot index e114525d86..e930649d1c 100755 --- a/board/raspberrypi/overlay/usr/libexec/fw-prepare-boot +++ b/board/raspberrypi/overlay/usr/libexec/fw-prepare-boot @@ -1,4 +1,5 @@ #!/bin/bash +echo >> /boot/config.txt echo "initramfs fwupdater.gz" >> /boot/config.txt diff --git a/board/raspberrypi2/overlay/usr/libexec/fw-prepare-boot b/board/raspberrypi2/overlay/usr/libexec/fw-prepare-boot index e114525d86..e930649d1c 100755 --- a/board/raspberrypi2/overlay/usr/libexec/fw-prepare-boot +++ b/board/raspberrypi2/overlay/usr/libexec/fw-prepare-boot @@ -1,4 +1,5 @@ #!/bin/bash +echo >> /boot/config.txt echo "initramfs fwupdater.gz" >> /boot/config.txt diff --git a/board/raspberrypi3/overlay/usr/libexec/fw-prepare-boot b/board/raspberrypi3/overlay/usr/libexec/fw-prepare-boot index e114525d86..e930649d1c 100755 --- a/board/raspberrypi3/overlay/usr/libexec/fw-prepare-boot +++ b/board/raspberrypi3/overlay/usr/libexec/fw-prepare-boot @@ -1,4 +1,5 @@ #!/bin/bash +echo >> /boot/config.txt echo "initramfs fwupdater.gz" >> /boot/config.txt