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:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user