You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed this was an issue in the official linux_recovery.sh from Google as well, where if you make a typo you can't backspace, and if the script doesn't re-prompt if the input was invalid for that particular prompt you end up having to Ctrl+C to abort and start over.
Since some of the parts of chrx are currently a little destructive like the early format of $(rootdisk -s -d)p7 before the user has accepted the risk of data loss if they'd already installed something via Chrx in the past, it would be good to avoid making them restart the script too many times, and keeping the destructive portions after the user has acknowledged their potential data loss.
The text was updated successfully, but these errors were encountered:
chrx/chrx-install
Line 130 in 671e8a2
I noticed this was an issue in the official
linux_recovery.sh
from Google as well, where if you make a typo you can't backspace, and if the script doesn't re-prompt if the input was invalid for that particular prompt you end up having to Ctrl+C to abort and start over.Since some of the parts of
chrx
are currently a little destructive like the early format of$(rootdisk -s -d)p7
before the user has accepted the risk of data loss if they'd already installed something via Chrx in the past, it would be good to avoid making them restart the script too many times, and keeping the destructive portions after the user has acknowledged their potential data loss.The text was updated successfully, but these errors were encountered: