Changeset 2618

Show
Ignore:
Timestamp:
08/19/08 18:12:39 (3 months ago)
Author:
kris
Message:

Update the backend script to check if the user wanted to use vesa for install

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pcbsd/trunk/mfsroot-overlay/root/PCBSDStart.sh

    r2416 r2618  
    4545 
    4646# Check for VESA support 
    47 /sbin/sysctl kern.module_path | /usr/bin/grep "VESA" >/dev/null 2>/dev/null 
    48 FOUND="$?" 
    49 if [ "$FOUND" = "0" ] 
     47xvesa="NO" 
     48v=`kenv xvesa` 
     49if [ $? -eq 0 ]; then 
     50        xvesa=$v 
     51fi 
     52 
     53if [ "$xvesa" = "YES" ] 
    5054then 
    5155  cp /usr/local/pcbsd/scripts/cardDetect/XF86Config.compat /etc/X11/xorg.conf