Changes

Jump to navigation Jump to search
112 bytes added ,  05:44, 4 February 2013
Line 342: Line 342:  
Upstart (the default init in EL6) doesn't support runlevel 7 SME uses. So we'll switch to runlevel 4:
 
Upstart (the default init in EL6) doesn't support runlevel 7 SME uses. So we'll switch to runlevel 4:
   −
*Create a custom template for /etc/inittab to change the default runlevel to 4
+
*Create a custom template for /etc/inittab to change the default runlevel to 4. Se [[bugzilla:7266|Bug 7266]] It is fixed in e-smith-base 5.4.0-2 so should no longer be needed. Please verify.
 
<syntaxhighlight lang="Bash">
 
<syntaxhighlight lang="Bash">
 
mkdir -p /etc/e-smith/templates-custom/etc/inittab/
 
mkdir -p /etc/e-smith/templates-custom/etc/inittab/
Line 367: Line 367:  
cp -a /etc/rc7.d/* /etc/rc4.d/
 
cp -a /etc/rc7.d/* /etc/rc4.d/
 
</syntaxhighlight>
 
</syntaxhighlight>
      
==== Move some perl modules ====
 
==== Move some perl modules ====

Navigation menu