From: cajus Date: Thu, 6 Nov 2008 17:28:24 +0000 (+0000) Subject: Yes - we want to see the kernel parameters X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=48fe94e4191015bfe54cfdff70e83bccd4d75e13;p=gosa.git Yes - we want to see the kernel parameters git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12951 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc index 82c7b6915..1d9131090 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationStartup.inc @@ -166,11 +166,12 @@ class workstartup extends plugin #} else { # $this->bootmode= "T"; #} - if (preg_match("/ o /", $this->gotoKernelParameters)){ - $this->customParameters= preg_replace ("/^.* o /", "", $this->gotoKernelParameters); - } else { - $this->customParameters= ""; - } + #if (preg_match("/ o /", $this->gotoKernelParameters)){ + # $this->customParameters= preg_replace ("/^.* o /", "", $this->gotoKernelParameters); + #} else { + # $this->customParameters= ""; + #} + $this->customParameters= preg_replace ("/^o /", "", $this->gotoKernelParameters); /* Prepare Shares */ if((isset($this->attrs['gotoShare']))&&(is_array($this->attrs['gotoShare']))){