Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
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