New reason looks_like_loopdev-

This commit is contained in:
2019-12-06 13:02:43 +01:00
parent 3ac5dba1c7
commit fd04b110fd
4 changed files with 24 additions and 10 deletions

View File

@ -385,6 +385,10 @@ list_devices() {
then
yucky=y
reasons="${reasons}looks_like_floppy- "
elif echo "$name" | grep '^loop[0-9]' >/dev/null
then
yucky=y
reasons="${reasons}looks_like_loopdev- "
elif echo "$name" | grep '^zram[0-9]' >/dev/null
then
yucky=y