Use correct cert (#35)

* Use correct cert

* Fix boot partition handling

* Cleanup rauc handling

* Make a reboot

* handling
This commit is contained in:
Pascal Vizeli
2018-06-24 23:41:04 +02:00
committed by GitHub
parent 42dc915436
commit 3e8499ecbf
20 changed files with 89 additions and 55 deletions

View 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}