To open the Quirky Void .img (viewtopic.php?p=115931#p115931) with mount-img and displays the two partitions, just add btrfs at in the line 109 of /usr/bin/mount-img (EasyOS 5.7)
Line 109
Code: Select all
aFS="$(blkid ${LOOPn} | tr ' ' '\n' | grep '^TYPE' | cut -f 2 -d '"' | grep -E 'vfat|ext|f2fs|btrfs')"