Changeset 600339f5 for bootscripts
- Timestamp:
 - May 9, 2006, 11:20:58 PM (20 years ago)
 - Branches:
 - clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
 - Children:
 - 23fc9445
 - Parents:
 - d55fbf9d
 - Location:
 - bootscripts
 - Files:
 - 
      
- 2 added
 - 4 edited
 
- 
          
  Changelog (modified) (1 diff)
 - 
          
  Makefile (modified) (1 diff)
 - 
          
  lfs/init.d/functions (modified) (3 diffs)
 - 
          
  lfs/init.d/setlcd (added)
 - 
          
  lfs/sysconfig/lcd-raq2 (modified) (1 diff)
 - 
          
  lfs/sysconfig/lcd-raq3 (added)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
bootscripts/Changelog
rd55fbf9d r600339f5 1 1 jim - May 9, 2006 2 2 * Add support for LCD Screens 3 * Added support for RaQ3 LCD and Cobalt Panel Utils 3 4 4 5 This is a new Changelog. The old one is now renamed to CHANGELOG.old.  - 
      
bootscripts/Makefile
rd55fbf9d r600339f5 134 134 if [ ! -f ${EXTDIR}/sysconfig/lcd ]; then install -m ${CONFMODE} lfs/sysconfig/lcd-raq2 ${EXTDIR}/sysconfig/lcd; fi 135 135 136 install-raq3: 137 install -m ${MODE} lfs/init.d/setlcd ${EXTDIR}/rc.d/init.d/ 138 ln -sf ../init.d/setlcd ${EXTDIR}/rc.d/rc0.d/K01setlcd 139 ln -sf ../init.d/setlcd ${EXTDIR}/rc.d/rc1.d/S99setlcd 140 ln -sf ../init.d/setlcd ${EXTDIR}/rc.d/rc2.d/S99setlcd 141 ln -sf ../init.d/setlcd ${EXTDIR}/rc.d/rc3.d/S99setlcd 142 ln -sf ../init.d/setlcd ${EXTDIR}/rc.d/rc4.d/S99setlcd 143 ln -sf ../init.d/setlcd ${EXTDIR}/rc.d/rc5.d/S99setlcd 144 ln -sf ../init.d/setlcd ${EXTDIR}/rc.d/rc6.d/K01setlcd 145 if [ ! -f ${EXTDIR}/sysconfig/lcd ]; then install -m ${CONFMODE} lfs/sysconfig/lcd-raq3 ${EXTDIR}/sysconfig/lcd; fi 146 136 147 .PHONY: all create-dirs create-service-dir install install-consolelog \ 137 install-service-mtu minimal install-raq2 148 install-service-mtu minimal install-raq2 install-raq3  - 
      
bootscripts/lfs/init.d/functions
rd55fbf9d r600339f5 137 137 if [ "$LCD_PROG" ]; then 138 138 LCD_OUT2="[ OK ]" 139 $LCD_PROG $LCD_OPTIONS"$LCD_OUT1" "$LCD_OUT2"139 $LCD_PROG "$LCD_OUT1" "$LCD_OUT2" 140 140 fi 141 141 } … … 148 148 if [ "$LCD_PROG" ]; then 149 149 LCD_OUT2="[ FAIL ]" 150 $LCD_PROG $LCD_OPTIONS"$LCD_OUT1" "$LCD_OUT2"150 $LCD_PROG "$LCD_OUT1" "$LCD_OUT2" 151 151 fi 152 152 } … … 158 158 if [ "$LCD_PROG" ]; then 159 159 LCD_OUT2="[ WARN ]" 160 $LCD_PROG $LCD_OPTIONS"$LCD_OUT1" "$LCD_OUT2"160 $LCD_PROG "$LCD_OUT1" "$LCD_OUT2" 161 161 fi 162 162 boot_mesg_flush "[ WARN ]"  - 
      
bootscripts/lfs/sysconfig/lcd-raq2
rd55fbf9d r600339f5 20 20 LCD_CHAR=16 21 21 22 # What command option emulates echo -n23 #24 LCD_OPTION=" -n "25 26 22 # End /etc/sysconfig/lcd  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  