Differences between revisions 8 and 9
Revision 8 as of 2007-07-04 13:12:41
Size: 949
Editor: HolgerLevsen
Comment:
Revision 9 as of 2007-07-04 13:13:59
Size: 996
Editor: HolgerLevsen
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:

 # You can also use etch-test instead of etch.
 # etch-test is what is "unstable" in Debian, quoting http://www.debian.org/releases/
 # "The “unstable” distribution is where active development of Debian occurs.
 # Generally, this distribution is run by developers and those who like to live
 # on the edge."
 # So use etch-test at your own risk!
 # See the [DebianEdu/ArchivePolicy archive policy] for more information.)
Line 9: Line 17:

(You can also use etch-test instead of etch. etch-test is what is "unstable" in Debian, quoting http://www.debian.org/releases/ "The “unstable” distribution is where active development of Debian occurs. Generally, this distribution is run by developers and those who like to live on the edge." - Use at your own risk! See the [DebianEdu/ArchivePolicy archive policy] for more information.

This page should describe the steps needed to turn a debian etch installation into a debian-edu etch installation.

Add the following two lines to /etc/apt/sources.list

 deb http://ftp.skolelinux.no/skolelinux etch local
 deb-src http://ftp.skolelinux.no/skolelinux etch local

 # You can also use etch-test instead of etch. 
 # etch-test is what is "unstable" in Debian, quoting http://www.debian.org/releases/ 
 #   "The “unstable” distribution is where active development of Debian occurs. 
 #   Generally, this distribution is run by developers and those who like to live
 #   on the edge." 
 # So use etch-test at your own risk! 
 # See the [DebianEdu/ArchivePolicy archive policy] for more information.)

As root, run

 apt-get update
 apt-get upgrade
 # missing: document here how to add the debian-edu repo key to apt-key...
 #  
 apt-get install debian-edu debian-edu-config debian-edu-install

Execute some magic foo

 FIXME