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,4 @@
#!/bin/sh
systemctl start mnt-boot.mount
systemctl reboot

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}

View File

@@ -0,0 +1,3 @@
#!/bin/sh
systemctl stop mnt-boot.mount

View File

@@ -0,0 +1,8 @@
#!/bin/sh
BOOT_DATA=/tmp/boot-data
rm -rf ${BOOT_DATA}
mkdir -p ${BOOT_DATA}
cp -f ${RAUC_SLOT_MOUNT_POINT}/*.txt ${BOOT_DATA}/