New reason looks_like_loopdev-
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user