mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
1360067c4a
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36002
5 lines
78 B
Bash
Executable File
5 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
export INITRAMFS=1
|
|
exec /sbin/init
|