Changeset 2676abb for bootscripts
- Timestamp:
- May 10, 2006, 10:43:36 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ec723bb
- Parents:
- c06e893
- Location:
- bootscripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/Changelog
rc06e893 r2676abb 1 jim - May 10, 2006 2 * Fixed an error when the LCD device is not available 3 1 4 jim - May 9, 2006 2 5 * Add support for LCD Screens -
bootscripts/lfs/init.d/functions
rc06e893 r2676abb 15 15 16 16 if [ -e /etc/sysconfig/lcd ]; then 17 if [ -e /dev/lcd ]; then 18 source /etc/sysconfig/lcd 19 fi 17 20 source /etc/sysconfig/lcd 18 21 fi
Note:
See TracChangeset
for help on using the changeset viewer.