Changes

Jump to navigation Jump to search
47 bytes added ,  00:01, 23 January 2013
Line 333: Line 333:  
==== Replace upstart with SysVinit ====
 
==== Replace upstart with SysVinit ====
 
We've almost finished, we just have to replace upstart with the good old SysVinit, because upstart doesn't support the custom runlevel 7 SME uses
 
We've almost finished, we just have to replace upstart with the good old SysVinit, because upstart doesn't support the custom runlevel 7 SME uses
rpm -e --nodeps upstart sysvinit-tools
+
<syntaxhighlight lang="Bash">
rpm -Uvh http://sme-mirror.firewall-services.com/releases/8/smeos/x86_64/SME/SysVinit-2.86-17.el5.x86_64.rpm
+
rpm -e --nodeps upstart sysvinit-tools
 +
rpm -Uvh http://sme-mirror.firewall-services.com/releases/8/smeos/x86_64/SME/SysVinit-2.86-17.el5.x86_64.rpm
 +
</syntaxhighlight>
    
{{note box|Do we really need/want to replace upstart?  This is an easy fix now to get COS 6 with e-smith/SME packages to to boot, but it differs from upstream COS, which we try really hard not to do.
 
{{note box|Do we really need/want to replace upstart?  This is an easy fix now to get COS 6 with e-smith/SME packages to to boot, but it differs from upstream COS, which we try really hard not to do.

Navigation menu