tn3399_openwrt/target/linux/pxcab/base-files/lib/preinit/15_essential_fs_pxcab
2010-01-25 17:11:17 +00:00

9 lines
71 B
Bash

#!/bin/sh
#!/bin/sh
do_mount_procfs() {
mount -t proc none /proc
}