pre-packaging fixes
[rrq/overlay-boot.git] / overlay-boot
index b6e0045a11180f7e1ab5f81d423c4e871752eff4..431263da2474e30bcd370d270aa820269f5b1393 100755 (executable)
@@ -55,6 +55,8 @@ echo "$CMD"
 cat <<EOF | $CMD
 set -x
 mount -t proc proc /proc
+mount -t devpts devpts /dev/pts
+mount -t sysfs sysfs /sys
 for srv in $START ; do service \$srv start ; done
 exec /.reaper $NAME
 EOF