Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
0e5969b2da552c8b6bfd69f8f35ff44e18af2328
/
.
/
package
/
base-files
/
files
/
lib
/
preinit
/
70_initramfs_test
blob: c5aae983c7300008bf10e605f1f3ae6a228f6057 [
file
] [
log
] [
blame
]
# Copyright (C) 2006 OpenWrt.org
# Copyright (C) 2010 Vertical Communications
initramfs_test
()
{
if
[
-
n
"$INITRAMFS"
];
then
boot_run_hook initramfs
preinit_ip_deconfig
break
fi
}
boot_hook_add preinit_main initramfs_test