Added 'none' to the set of specialFSes

Fixes #25479
This commit is contained in:
Alexandr Sushko 2015-07-16 17:50:16 +03:00 committed by rallytime
parent 48050cd287
commit e0af6e3478

View file

@ -379,6 +379,7 @@ def set_fstab(
# Try to guess right criteria for auto....
# NOTE: missing some special fstypes here
specialFSes = frozenset([
'none',
'tmpfs',
'sysfs',
'proc',