Skip to content

Commit

Permalink
DroidBootFlow: Add /dev/mapper/ prefix for mkfs
Browse files Browse the repository at this point in the history
  • Loading branch information
luka177 committed Jan 19, 2025
1 parent 1fd4163 commit e82303f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/org/andbootmgr/app/DroidBootFlow.kt
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ private fun Flash(d: DroidBootFlowDataHolder) {
terminal.add(vm.activity.getString(R.string.term_failed_map))
return@WizardTerminalWork
}

if (!Shell.cmd("mkfs.ext4 $ast").to(terminal).exec().isSuccess) {
terminal.add(vm.activity.getString(R.string.term_failed_bootset_mkfs))
return@WizardTerminalWork
Expand Down

0 comments on commit e82303f

Please sign in to comment.