commit | aeab2b64c2be18f8c71fff72b64a62e553ceddba | [log] [tgz] |
---|---|---|
author | Chih-Wei Huang <cwhuang@linux.org.tw> | Thu Jul 19 10:46:47 2018 +0800 |
committer | Chih-Wei Huang <cwhuang@linux.org.tw> | Thu Jul 19 10:46:47 2018 +0800 |
tree | 5c9be81445b161eeadb789129e93cee223e54d7e | |
parent | baf7a30b7feead9f8d49f82a6c368305ed776ea4 [diff] |
Fix NFS mounting Commit d9dfce00 determined fs type by blkid, but it didn't consider the NFS case. The patch handles the case directly. Fixes: d9dfce00 ("init: try to mount according to filesystem type")