projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eea7bb3
)
only mount sysfs once (thx, ejka)
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 4 Mar 2007 14:27:52 +0000
(14:27 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 4 Mar 2007 14:27:52 +0000
(14:27 +0000)
SVN-Revision: 6504
package/base-files/files/sbin/mount_root
patch
|
blob
|
history
diff --git
a/package/base-files/files/sbin/mount_root
b/package/base-files/files/sbin/mount_root
index 4fa048f43aa9d7f060d05b99c4e30e151964237f..9a87fadbaa088ac8db3a4cdfdadf24c606bac2d2 100755
(executable)
--- a/
package/base-files/files/sbin/mount_root
+++ b/
package/base-files/files/sbin/mount_root
@@
-28,5
+28,3
@@
mount none /dev/pts -t devpts
}
} || mount -o remount,rw /dev/root /
}
-
-grep sysfs /proc/filesystems >/dev/null && mount -t sysfs none /sys 2>&-