File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
scripts/images/raspberry-pi-hypriot64 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ENV KERNEL_URL=https://github.com/burmilla/os-rpi-kernel/releases/download/v5.10
1414ENV BOOTLOADER_URL=https://github.com/burmilla/os-rpi-kernel/releases/download/v5.10.1-burmilla/rpi-bootloader.tar.gz
1515
1616RUN curl -fL ${KERNEL_URL} > /source/assets/kernel.tar.gz
17- RUN curl -fL ${BOOTLOADER_URL} > /source/assets/rpi-bootfiles .tar.gz
17+ RUN curl -fL ${BOOTLOADER_URL} > /source/assets/rpi-bootloader .tar.gz
1818
1919WORKDIR /source
2020CMD ["./scripts/build.sh"]
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ echo "RancherOS: root partition" > build/root/root.txt
5858# - doing this on a local folder keeps our resulting image clean (no dirty blocks from a delete)
5959mkdir -p build/basefs
6060tar -C build/basefs -zxvf build/kernel.tar.gz
61- tar -C build/basefs -zxvf build/rpi-bootfiles .tar.gz
61+ tar -C build/basefs -zxvf build/rpi-bootloader .tar.gz
6262
6363# populate kernel, bootloader and RancherOS rootfs
6464cp -R build/basefs/* build/root
You can’t perform that action at this time.
0 commit comments