#!/bin/bash mount /dev/sda1 /mnt/stateful_partition/ mkfs.ext4 -F /dev/mmcblk0p1 # This only wipes the stateful partition mount /dev/mmcblk0p1 /tmp if [ "$(id -u)" -ne 0 ] then echo "Run this as root" fi mkdir -p /tmp/unencrypted cp /mnt/stateful_partition/usr/share/packeddata/. /tmp/unencrypted/ -rvf chown 1000 /tmp/unencrypted/PKIMetadata -R umount /tmp crossystem disable_dev_request=1