commit | 9d7f0f0fe86be9228db02e672ff5f0b2b4abfff9 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Fri Jun 20 09:36:49 2003 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Fri Jun 20 09:36:49 2003 +0000 |
tree | 20549dff65fc0a4dc34482b77229f48ae4a80f2d | |
parent | dd92c77bb0de724cfc06feed5c716f936196ff63 [diff] |
Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display a "rootfs" entry as well as the traditional "/dev/root" entry. This caused applets such as mount and df to display two root filesystem entries.... This teaches the relevant utilities to ignore the "rootfs" entry. -Erik