We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd4163 commit e82303fCopy full SHA for e82303f
app/src/main/java/org/andbootmgr/app/DroidBootFlow.kt
@@ -286,6 +286,7 @@ private fun Flash(d: DroidBootFlowDataHolder) {
286
terminal.add(vm.activity.getString(R.string.term_failed_map))
287
return@WizardTerminalWork
288
}
289
+
290
if (!Shell.cmd("mkfs.ext4 $ast").to(terminal).exec().isSuccess) {
291
terminal.add(vm.activity.getString(R.string.term_failed_bootset_mkfs))
292
0 commit comments