Difference between revisions of "WxKeyboardTester"

From FreekiWiki
Jump to navigation Jump to search
(Much simplified system, now uses script to make changes to build the keyboard tester)
(instructions for upgrading)
Line 1: Line 1:
 +
== install ==
 
* install lenny from a multi-netboot disk, in the tasksel stage, turn all task packages off
 
* install lenny from a multi-netboot disk, in the tasksel stage, turn all task packages off
 
* once you can login, as root, grab the setup script, and run it:
 
* once you can login, as root, grab the setup script, and run it:
 
  cd /root
 
  cd /root
  wget http://llama/~ryan52/setup
+
  wget http://llama.freegeek.org/~ryan52/setup
 
  chmod 755 setup
 
  chmod 755 setup
 
  ./setup
 
  ./setup
 
* reboot and make sure you are greeted by a keyboard
 
* reboot and make sure you are greeted by a keyboard
 +
 +
== upgrade ==
 +
* boot into the keyboard tester as usual
 +
* click "Settings"
 +
* click "Admin"
 +
* enter password: 4321
 +
* wait for reboot, you will get a shell, run:
 +
apt-get update
 +
apt-get install wx-keyboard-tester
 +
exit
 +
* if you feel like testing first, run "/etc/init.d/wx-keyboard-tester start" from the shell before exiting
 +
* it will reboot into a newly upgraded keyboard tester. hopefully.

Revision as of 00:01, 19 November 2009

install

  • install lenny from a multi-netboot disk, in the tasksel stage, turn all task packages off
  • once you can login, as root, grab the setup script, and run it:
cd /root
wget http://llama.freegeek.org/~ryan52/setup
chmod 755 setup
./setup
  • reboot and make sure you are greeted by a keyboard

upgrade

  • boot into the keyboard tester as usual
  • click "Settings"
  • click "Admin"
  • enter password: 4321
  • wait for reboot, you will get a shell, run:
apt-get update
apt-get install wx-keyboard-tester
exit
  • if you feel like testing first, run "/etc/init.d/wx-keyboard-tester start" from the shell before exiting
  • it will reboot into a newly upgraded keyboard tester. hopefully.