Changeset 600339f5 for bootscripts/lfs


Ignore:
Timestamp:
May 9, 2006, 11:20:58 PM (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:
23fc9445
Parents:
d55fbf9d
Message:

LCD Fixes

Location:
bootscripts/lfs
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/lfs/init.d/functions

    rd55fbf9d r600339f5  
    137137        if [ "$LCD_PROG" ]; then
    138138                LCD_OUT2="[  OK  ]"
    139                 $LCD_PROG $LCD_OPTIONS "$LCD_OUT1" "$LCD_OUT2"
     139                $LCD_PROG "$LCD_OUT1" "$LCD_OUT2"
    140140        fi
    141141}
     
    148148        if [ "$LCD_PROG" ]; then
    149149                LCD_OUT2="[  FAIL  ]"
    150                 $LCD_PROG $LCD_OPTIONS "$LCD_OUT1" "$LCD_OUT2"
     150                $LCD_PROG "$LCD_OUT1" "$LCD_OUT2"
    151151        fi
    152152}
     
    158158        if [ "$LCD_PROG" ]; then
    159159                LCD_OUT2="[  WARN  ]"
    160                 $LCD_PROG $LCD_OPTIONS "$LCD_OUT1" "$LCD_OUT2"
     160                $LCD_PROG "$LCD_OUT1" "$LCD_OUT2"
    161161        fi
    162162        boot_mesg_flush "[ WARN ]"
  • bootscripts/lfs/sysconfig/lcd-raq2

    rd55fbf9d r600339f5  
    2020LCD_CHAR=16
    2121
    22 # What command option emulates echo -n
    23 #
    24 LCD_OPTION=" -n "
    25 
    2622# End /etc/sysconfig/lcd
Note: See TracChangeset for help on using the changeset viewer.