Changeset 2676abb for bootscripts


Ignore:
Timestamp:
May 10, 2006, 10:43:36 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ec723bb
Parents:
c06e893
Message:

Fixed LCD when it's not available.

Location:
bootscripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/Changelog

    rc06e893 r2676abb  
     1jim - May 10, 2006
     2        * Fixed an error when the LCD device is not available
     3
    14jim - May 9, 2006
    25        * Add support for LCD Screens
  • bootscripts/lfs/init.d/functions

    rc06e893 r2676abb  
    1515
    1616if [ -e /etc/sysconfig/lcd ]; then
     17        if [ -e /dev/lcd ]; then
     18                source /etc/sysconfig/lcd
     19        fi
    1720        source /etc/sysconfig/lcd
    1821fi
Note: See TracChangeset for help on using the changeset viewer.