mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 17:36:14 +02:00
6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
|
#!/bin/sh
|
||
|
# Copyright (C) 2006 OpenWrt.org
|
||
|
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
||
|
mount_root
|
||
|
exec /sbin/init
|