Changeset 2542

Show
Ignore:
Timestamp:
05/26/07 13:50:06 (2 years ago)
Author:
dhozac
Message:

TERM=linux is needed for color with baselayout-2.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/distrib/gentoo/init-vserver.sh

    r2509 r2542  
    2323# 
    2424# You have been warned... 
    25 # 
    2625 
     26# Force TERM=linux for baselayout-2 
     27 
     28export TERM=linux 
    2729RUNLEVEL=1 /sbin/rc sysinit || exit 1 
    2830/sbin/rc boot || exit 1