[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fwd: Re: [seul-edu] RE: [why schools don't adopt OSS]]



On Wed, Nov 28, 2001 at 08:32:42AM +0930, Michael Hall wrote:
<snip> 
> A stopgap measure, perhaps, but one way of doing it in the absence of a
> distro. Load a standard RedHat workstation, for example, then run the
> customisation script on that, and there you have it ... 

Why not provide a CD or downloadable RPMs for all of the particulars
you want installed (the education software, etc.)

Or, if you use Debian, just have a repository of software which one can
add to their "/etc/apt/sources.list".  Then do something like:

  apt-get install task-student
  apt-get install task-teacher

(or, better yet, "task-student-grade12", for example... to install all
of the educational software a high school senior would need (and avoiding,
for example, math teaching programs for 1st graders ;) ))

-bill!