mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
6 lines
112 B
Bash
Executable File
6 lines
112 B
Bash
Executable File
#!/bin/sh
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
|
mount_root
|
|
exec /sbin/init
|