1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 17:21:38 +03:00
openwrt-xburst/target/linux/ps3/base-files/sbin/initrun
ymano d232c3a5ba Add an initrun script that is respawned by init.
This default initrun script calls /bin/login as usual, but packages (ex. bootloader packages) can modify it to run custom scripts/execs at init.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11283 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-28 19:16:22 +00:00

4 lines
28 B
Bash

#!/bin/sh
/bin/ash --login