Add bind-mount for /etc/adjtime to make subhost use host clock without ado
[rrq/overlay-boot.git] / overlay-init
index f57d6fd36f235c624040ee97454ab63cf87f3869..48f9867e0082c0a0e7eca5309b133bdbeb09d60e 100755 (executable)
@@ -13,11 +13,6 @@ subhost_config
 cat <<EOF
 set -x
 mount -t proc proc /proc
-mount -t devpts devpts /dev/pts
-mount -t sysfs sysfs /sys
-if [ "$RAM_SIZE" != "none" ] && ! grep -q '/run tmpfs' /proc/mounts ; then
-    mount -t tmpfs -osize=$RAM_SIZE,mode=755 tmpfs /run
-fi
 for srv in $START ; do service \$srv start ; done
 dummy_service() {
     [ \$# -gt 3 ] && return 0