Differences between revisions 19 and 20
Revision 19 as of 2007-08-11 00:13:01
Size: 1749
Comment: some more comments
Revision 20 as of 2007-08-11 00:15:53
Size: 1822
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== the description ==
Line 29: Line 30:
Comments from HenningSprang testing this:
 * debian-edu seems not to be in the local repository - maybe its only in etch-test?
 * installing without debian-edu, I got this error message(but install seem to run through:
{{{
Setting up debian-edu-install (0.667.0.edu.etch.1) ...
error: /usr/lib/base-config/07debian-edu: Unable to read from /etc/debian-edu/config.
}}}

Line 56: Line 48:


== comments from testing this documentation ==

Comments from HenningSprang testing this:
 * debian-edu seems not to be in the local repository - maybe its only in etch-test?
 * installing without debian-edu, I got this error message(but install seem to run through:
{{{
Setting up debian-edu-install (0.667.0.edu.etch.1) ...
error: /usr/lib/base-config/07debian-edu: Unable to read from /etc/debian-edu/config.
}}}

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

the description

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 http://wiki.debian.org/DebianEdu/ArchivePolicy for more information.
 #

As root, run

 apt-get update
 apt-get install debian-edu-archive-keyring
 apt-get upgrade
 apt-get install debian-edu debian-edu-config debian-edu-install

Execute the cfengine run (as root)

 # untested, needs confirmation. (If you do this and this works, please remove this comment.)
 cfengine-debian-edu -D installation

Check the debian-edu installation (as root)

FIXME: why 'check'?

 # untested, needs confirmation. (If you do this and this works, please remove this comment.)
 debian-edu-test-install

FIXME: how to select a debian-edu profile this way?

comments from testing this documentation

Comments from HenningSprang testing this:

  • debian-edu seems not to be in the local repository - maybe its only in etch-test?
  • installing without debian-edu, I got this error message(but install seem to run through:

Setting up debian-edu-install (0.667.0.edu.etch.1) ...
error: /usr/lib/base-config/07debian-edu: Unable to read from /etc/debian-edu/config.