summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup13
1 files changed, 9 insertions, 4 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index dedb9f9..684727e 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -31,16 +31,21 @@
POSSIBILITY OF SUCH DAMAGE.
*/
+ /* let the other functions know we're booting */
+ $pkg_interface = 'console';
+ $g['booting'] = TRUE;
+ touch("{$g['varrun_path']}/booting");
+
echo " done.\n";
echo "Initializing...";
+
+ /* setup php.ini */
+ opcode_cache_configuration();
+
echo ".";
require_once("globals.inc");
echo ".";
- /* let the other functions know we're booting */
- $pkg_interface = 'console';
- $g['booting'] = TRUE;
- touch("{$g['varrun_path']}/booting");
if($g['platform'] == "cdrom") {
$motd = trim(file_get_contents("/etc/motd"));
if(strlen($motd) > 2) echo "\n{$motd}\n\n";
OpenPOWER on IntegriCloud