mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-15 03:14:58 +02:00
d232c3a5ba
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
4 lines
28 B
Bash
4 lines
28 B
Bash
#!/bin/sh
|
|
|
|
/bin/ash --login
|