Files
tzpuFusionX/software/linux/project/image/etc/init.d/rcS

13 lines
143 B
Bash
Executable File
Vendored

#!/bin/sh
mount -a
mkdir -p /dev/shm
mkdir -p /dev/pts
mount devpts
echo /sbin/mdev > /proc/sys/kernel/hotplug
/sbin/mdev -s
telnetd -l sh