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 fedcc92 commit 6efe6caCopy full SHA for 6efe6ca
packages/bsp/common/usr/bin/armbian-install
@@ -681,9 +681,11 @@ format_disk()
681
"\nFailed to install btrfs-progs\n\nThe log file has been written to $logfile" 5 60
682
exit 15
683
fi
684
- else
685
- dialog --title "$title" --backtitle "$backtitle" --colors --infobox\
686
- "\nCannot proceed without btrfs-progs" 5 60
+ fi
+
+ if ! command -v mkfs.btrfs; then
687
+ dialog --title "$title" --backtitle "$backtitle" --colors\
688
+ --infobox "\nmkfs.btrfs not found, cannot proceed" 5 60
689
exit 12
690
691
0 commit comments