projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar7: clocks setup (prerequisite for dsl/usb) and misc cleanups.
[openwrt.git]
/
package
/
base-files
/
files
/
sbin
/
mount_root
diff --git
a/package/base-files/files/sbin/mount_root
b/package/base-files/files/sbin/mount_root
index
dd9d99d
..
47babf1
100755
(executable)
--- a/
package/base-files/files/sbin/mount_root
+++ b/
package/base-files/files/sbin/mount_root
@@
-11,6
+11,7
@@
else
mount -t sysfs none /sys
mount -t tmpfs tmpfs /dev -o size=512K
mknod /dev/console c 5 1
+ exec >/dev/console </dev/console 2>&1
mkdir /dev/shm
/sbin/hotplug2 --no-persistent --coldplug
fi
This page took
0.023543 seconds
and
4
git commands to generate.