mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-04 13:04:22 +00: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
|