Difference between revisions of "Diskless Terminal Building"

From FreekiWiki
Jump to navigation Jump to search
(Creating Possible Diskless Terminal Build Steps)
 
Line 21: Line 21:
  
 
==Download and install the Freegeek-extras package==
 
==Download and install the Freegeek-extras package==
#Go to System->Administration->Synaptic Package Manager
+
#Type in: sudo apt-get install freegeek-extras
#Scroll down until you see the package: freegeek-extras
+
#Answer yes to the subsequent question
#Right click on that package, and "Mark for installation"
 
#Say Yes to the other packages that it will install.
 

Revision as of 15:45, 25 November 2009

To build or QC diskless Terminals, you have to do the following steps, in addition to the normal build.

Boot from the Live CD

  1. Choose English as the Language
  2. Choose "Try Ubuntu from the Live CD

Add the Free Geek Keyring

  1. Open up a terminal and copy the following lines into it.
    1. get http://web.freegeek.org/freegeek-archive-keyring.gpg
    2. sudo apt-key add freegeek-archive-keyring.gpg


Add Free Geek Repositories to the Software Sources

  1. Go into System->Administration->Software Sources.
  2. Click the checkbox that says "Community-maintained Open Source software (universe)" (Second one down on the list)
  3. Click the "Third Party Software" Tab"
  4. Add the following software sources to the reposititories.
    1. deb http://apt.freegeek.org freegeek public ubuntu
    2. deb http://apt.freegeek.org/ubuntu dapper main
  5. Close the program, and press reload.

Download and install the Freegeek-extras package

  1. Type in: sudo apt-get install freegeek-extras
  2. Answer yes to the subsequent question