added powerwash fixes
This commit is contained in:
parent
41b8404d89
commit
8d7e9ed83d
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
mount /dev/sda1 /mnt/stateful_partition/
|
mount /dev/sda1 /mnt/stateful_partition/
|
||||||
|
mkfs.ext4 -F /dev/mmcblk0p1 # This only wipes the stateful partition
|
||||||
mount /dev/mmcblk0p1 /tmp
|
mount /dev/mmcblk0p1 /tmp
|
||||||
if [ "$(id -u)" -ne 0 ]
|
if [ "$(id -u)" -ne 0 ]
|
||||||
then
|
then
|
||||||
@ -7,4 +8,6 @@ then
|
|||||||
fi
|
fi
|
||||||
cp /mnt/stateful_partition/usr/share/packeddata/. /tmp/unencrypted/ -rvf
|
cp /mnt/stateful_partition/usr/share/packeddata/. /tmp/unencrypted/ -rvf
|
||||||
umount /tmp
|
umount /tmp
|
||||||
chown -R 1000 /mnt/stateful_partition/unencrypted
|
chown -R 1000 /mnt/stateful_partition/unencrypted
|
||||||
|
crossystem disable_dev_request=1
|
||||||
|
reboot
|
Loading…
x
Reference in New Issue
Block a user