Project

General

Profile

« Previous | Next » 

Revision cc558460

Added by Scott Ullrich over 15 years ago

Do not show motd

View differences:

etc/rc.bootup
97 97
$pkg_interface = 'console';
98 98
$g['booting'] = true;
99 99
touch("{$g['varrun_path']}/booting");
100
if($g['platform'] == "cdrom") {
101
	$motd = trim(file_get_contents("/etc/motd"));
102
	if (strlen($motd) > 2) 
103
		echo "\n{$motd}\n\n";
104
}
105 100

  
106 101
/* parse the configuration and include all functions used below */
107 102
require_once("/etc/inc/config.inc");

Also available in: Unified diff