first commit
This commit is contained in:
11
external/packages/bsp/common/etc/initramfs-tools/hooks/bootsplash.sh
vendored
Executable file
11
external/packages/bsp/common/etc/initramfs-tools/hooks/bootsplash.sh
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
# Copy splash file to initrd
|
||||
#
|
||||
mkdir -p "${DESTDIR}"/lib/firmware
|
||||
splashfile=/lib/firmware/bootsplash.orangepi
|
||||
|
||||
if [ -f "${splashfile}" ]; then
|
||||
cp "${splashfile}" "${DESTDIR}"/lib/firmware
|
||||
fi
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user