Files
miscnix/projects/autoinstall
Kees Jongenburger ea6f7338c5 Adding two more scripts to perform post-install
01-reconfigure-net.expect works around a problem with the pre-configured
network driver

02-setup.expect updates the pkg database and installs install vim cscope openssh gcc44 scmgit
* run netconf and restart to prevent qemu from not getting an ip address
* set the password (dev)
* pkgin update
* pkgin install vim cscope openssh gcc44 scmgit
2012-06-06 16:56:38 +02:00
..

The scripts in this directory perform an automated install of
MINIX R3.2.0 on a qemu instance. it "uses" the qemu curses
feature to screen scape the display and use the expect program
to interact with the system.

The main goal currently is to perform an automated install
for test automation purposes.

Running:
	type make

After that you can start the image using 
	qemu -hda minix.base.8g.img


@TODO:
* Improve the expect scipt to allow passing of arguments.
* Perform automated building of system packages. The image is 
currently 8G and this is large enough to install pkgsrc
* Add some automated tests for the fun of it.
* Add more testing
* The current system currently uses the qemu curses to interact 
with. way better would be to make the serial line the main 
console. I did not figure out how to do this in the kernel and 
bootloader.