Browse Source

Allow multiple types of F2FS disks

content-update
Xavier Petit 5 years ago committed by Clément
parent
commit
5e05127200
  1. 2
      scripts/system/etc/gdm3/PostLogin/Default

2
scripts/system/etc/gdm3/PostLogin/Default

@ -30,7 +30,7 @@ sleep 0.5
# Find the first removable F2FS partition
PART=$(lsblk -o tran,kname,hotplug,type,fstype -pr |
grep '1 part f2fs' |
grep -e '1 part f2fs' -e '1 disk f2fs' |
cut -d' ' -f2 |
sort |
head -n1)

Loading…
Cancel
Save