Magnia LCD: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) m New page: Near the end of /lib/lsb/init-functions I added this (before FANCYTTY) # -- ADDED FOR MAGNIA SG LCD DISPLAY OUTPUT -- LCD="/usr/local/bin/lcd-log" [ -e $LCD ] && $LCD "Running" $0 Thi... |
Brian Wilson (talk | contribs) mNo edit summary |
||
Line 7: | Line 7: | ||
This will show the name of the script that is being run on boot or shutdown, | This will show the name of the script that is being run on boot or shutdown, | ||
as long as the 'lcd' program is not running. | as long as the 'lcd' program is not running. | ||
My system takes about 30 seconds to boot, load the kernel, and then start | |||
in on its initialization scripts. As soon as the scripts start running, | |||
I get feedback from the 'lcd-log' script. | |||
One of the last things to happen is that the lcd program runs, | |||
when that happens I hear the fans shut off and I know the system has successfully booted. |
Revision as of 23:12, 28 July 2007
Near the end of /lib/lsb/init-functions I added this (before FANCYTTY)
# -- ADDED FOR MAGNIA SG LCD DISPLAY OUTPUT -- LCD="/usr/local/bin/lcd-log" [ -e $LCD ] && $LCD "Running" $0
This will show the name of the script that is being run on boot or shutdown, as long as the 'lcd' program is not running.
My system takes about 30 seconds to boot, load the kernel, and then start in on its initialization scripts. As soon as the scripts start running, I get feedback from the 'lcd-log' script.
One of the last things to happen is that the lcd program runs, when that happens I hear the fans shut off and I know the system has successfully booted.