mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-14 10:09:07 +01:00
Keeping it in base-files was resulting in adding it to the base-files
package. This file is meant to be included manually for initramfs
images only.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
(cherry picked from commit f6433eede7)
4 lines
78 B
Bash
Executable file
4 lines
78 B
Bash
Executable file
#!/bin/sh
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
export INITRAMFS=1
|
|
exec /sbin/init
|