mirror of
https://github.com/armbian/build.git
synced 2026-01-06 09:58:46 -08:00
Removing BTRFS nand-install option from legacy kernel(s) since it's not reliable
https://github.com/igorpecovnik/lib/issues/589
This commit is contained in:
@@ -294,7 +294,7 @@ formatemmc()
|
||||
IFS=" "
|
||||
BTRFS=$(cat /proc/filesystems | grep -o btrfs)
|
||||
FilesystemTargets="1 ext4 2 ext3 3 ext2"
|
||||
[[ -n $BTRFS ]] && FilesystemTargets=$FilesystemTargets" 4 $BTRFS"
|
||||
[[ -n $BTRFS && `uname -r | grep -v '^3.4.' ` ]] && FilesystemTargets=$FilesystemTargets" 4 $BTRFS"
|
||||
FilesystemOptions=($FilesystemTargets)
|
||||
|
||||
FilesystemCmd=(dialog --title "Select filesystem type for eMMC $1" --backtitle "$backtitle" --menu "\n$infos" 10 60 16)
|
||||
|
||||
Reference in New Issue
Block a user