Reputation: 5745
Suppose I've got some Arch Linux installation which I'd like to distribute among students with (sometimes very) basic Linux knowledge to make them able to compile C programs in an environment very similar to that in the university. (Things like Cygwin or MinGW seem to be inappropriate here.)
I also choose VirtualBox as a holder for the virtual system.
The question is: how do I distribute it? I mean:
Should I create an installer? Which one? Or just write some .BAT-scripts? (Target host system is Windows, mostly XP and Vista.) I definately don't want to have a webpage with screen shot explaining where to click and what to press, because it's boring.
Additionaly, what will be the best (the most user-friendly) way to configure network when the guest Linux system is run for the first time?
Upvotes: 4
Views: 1584
Reputation: 9509
I did that once this way:
Also: Include a panic function on the DVD: A simple script that removes the virtual machine's image from the hd and copies the original one from the dvd to the hd. This really saves a LOT of time.
Upvotes: 4