Raspberry Pi (all): rename fwupdater.gz to initrd.gz

This commit is contained in:
Calin Crisan 2019-02-03 12:58:09 +02:00
parent ba6d3d3ed2
commit 1564c867e3
7 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
cp ${IMG_DIR}/rootfs.cpio.gz ${BOARD_DIR}/fwupdater.gz
cp ${IMG_DIR}/rootfs.cpio.gz ${BOARD_DIR}/initrd.gz

Binary file not shown.

View File

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

Binary file not shown.

View File

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

Binary file not shown.

View File

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