summaryrefslogtreecommitdiffstats
path: root/remote/rootfs/rootfs-stage31/data
diff options
context:
space:
mode:
authorJonathan Bauer2014-06-11 12:47:05 +0200
committerJonathan Bauer2014-06-11 12:47:05 +0200
commit508774afd0a942332c7e0be371f702a359f8b067 (patch)
treeef923c84448dd81d610eee93cb01ea7edb31082a /remote/rootfs/rootfs-stage31/data
parent[busybox] enable grep with -E and -A,-B,-C (diff)
downloadtm-scripts-508774afd0a942332c7e0be371f702a359f8b067.tar.gz
tm-scripts-508774afd0a942332c7e0be371f702a359f8b067.tar.xz
tm-scripts-508774afd0a942332c7e0be371f702a359f8b067.zip
[rfs-s31] init cosmetics
Diffstat (limited to 'remote/rootfs/rootfs-stage31/data')
-rwxr-xr-xremote/rootfs/rootfs-stage31/data/init4
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/rootfs/rootfs-stage31/data/init b/remote/rootfs/rootfs-stage31/data/init
index 77ca450f..fdf174ed 100755
--- a/remote/rootfs/rootfs-stage31/data/init
+++ b/remote/rootfs/rootfs-stage31/data/init
@@ -23,10 +23,10 @@ export PATH=/bin:/sbin:/usr/bin:/usr/sbin
[ ! -f /proc/cpuinfo ] && busybox mount -n -t proc proc /proc
bench_event "KERNEL" "Kernel initialized"
[ ! -d /sys/class ] && busybox mount -n -t sysfs sysfs /sys
-# let kernel know that mdev is to be used for hotplug
-busybox mount -n -t devtmpfs -o 'rw,relatime,nosuid,noexec,mode=0755' initramfsdevs /dev
+
# NOTE: busybox mount is only available through the busybox binary,
# the link had to be dropped, to prevent bugs in the stage32.
+busybox mount -n -t devtmpfs -o 'rw,relatime,nosuid,noexec,mode=0755' initramfsdevs /dev
busybox mount -n -t tmpfs -o 'mode=755' run "/run"
# preparations for mounting stage3.2