projects
/
rpi_small
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f540a1
)
Allow rpi-update to fail if bootloader is already present
author
Paul Hänsch
<paul@plutz.net>
Thu, 1 Nov 2018 15:49:29 +0000
(16:49 +0100)
committer
Paul Hänsch
<paul@plutz.net>
Thu, 1 Nov 2018 15:49:29 +0000
(16:49 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
ed769e6
..
6f810da
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-37,7
+37,7
@@
raspi_root/: raspi_root .FORCE
chroot "$@" apt-get --yes install ${PACKAGES}
chroot "$@" apt-get --yes --auto-remove purge
chroot "$@" apt-get --yes --auto-remove upgrade
- chroot "$@" rpi-update
+ chroot "$@" rpi-update
|| [ -f "$@/boot/bootcode.bin" ]
sync
chroot "$@" apt-get clean
chroot "$@" rm /usr/local/sbin/invoke-rc.d