mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-08 00:57:07 +08:00
5 lines
78 B
Plaintext
5 lines
78 B
Plaintext
![]() |
#!/bin/sh
|
||
|
# Copyright (C) 2006 OpenWrt.org
|
||
|
export INITRAMFS=1
|
||
|
exec /sbin/init
|