add jffs2_mark_erase function for erasing jffs2 partitions on the next mount (typical...
[openwrt.git] / package / base-files / files / etc / preinit
1 #!/bin/sh
2 # Copyright (C) 2006 OpenWrt.org
3 export PATH=/bin:/sbin:/usr/bin:/usr/sbin
4 [ -e /etc/preinit.arch ] && . /etc/preinit.arch
5 mount_root ${FAILSAFE:+failsafe}
6 exec /sbin/init
This page took 0.04111 seconds and 5 git commands to generate.