This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
lsts_glued/systems/lctr-a72xx/fs/etc/initramfs/post-update.d/flash-kernel

16 lines
190 B
Plaintext
Raw Normal View History

2020-09-16 16:11:26 +01:00
#!/bin/sh
set -e
# conffile still present, but flash-kernel removed
if ! which flash-kernel >/dev/null 2>&1; then
exit 0
fi
abi="$1"
# ignored
_initrd="$2"
exec flash-kernel "$abi"