Use correct cert (#35)
* Use correct cert * Fix boot partition handling * Cleanup rauc handling * Make a reboot * handling
This commit is contained in:
7
buildroot-external/rootfs-overlay/usr/lib/rauc/post-install-boot
Executable file
7
buildroot-external/rootfs-overlay/usr/lib/rauc/post-install-boot
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
BOOT_DATA=/tmp/boot-data
|
||||
|
||||
cp -f ${BOOT_DATA}/*.txt ${RAUC_SLOT_MOUNT_POINT}/
|
||||
|
||||
rm -rf ${BOOT_DATA}
|
||||
Reference in New Issue
Block a user