reset --format is dead

This commit is contained in:
Adeeb Shihadeh
2026-03-05 11:59:54 -08:00
parent 08025fc0d7
commit f5fba3f05a
+1 -5
View File
@@ -57,11 +57,7 @@ if [ ! -f /tmp/booted ]; then
$RESET
elif ! mountpoint -q /data; then
echo "userdata not mounted. loading system reset"
if [ "$(head -c 15 /dev/disk/by-partlabel/userdata)" == "COMMA_RESET" ]; then
$RESET --format
else
$RESET --recover
fi
$RESET --recover
fi
fi