summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 435aaf1..b60daab 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -97,11 +97,6 @@ if (led_count() >= 3) {
$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";
-}
/* parse the configuration and include all functions used below */
require_once("/etc/inc/config.inc");
OpenPOWER on IntegriCloud