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
This commit is contained in:
Kees Jongenburger
2012-06-06 16:56:38 +02:00
parent 5aa5dd23a4
commit ea6f7338c5
4 changed files with 244 additions and 1 deletions

View File

@@ -17,7 +17,8 @@ exec qemu-img create minix.tmp.img 8G
# Spawn qemu using the curses front-end and start interacting with it
spawn qemu -hda minix.tmp.img -cdrom minix_R3.2.0-116fcea.iso -boot d -curses
#spawn qemu -hda minix.tmp.img -cdrom minix_R3.2.0-116fcea.iso -boot d -curses
spawn qemu-system-i386 -hda minix.tmp.img -cdrom minix_R3.2.0-116fcea.iso -boot d -curses
#pass past the bootloader
expect "1. Regular MINIX 3" {