Add ldd and ldconfig support, template packages derived from gcc and uclibc
[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.047659 seconds and 5 git commands to generate.