Adding a post-install script.

Adding a post-install script to be run on the MINIX instance to
perform the transition from a clean installation to an installation
with support for shared libraries and such.
This commit is contained in:
Kees Jongenburger
2012-06-08 10:13:48 +02:00
parent a1351dc058
commit 207f5bd024
2 changed files with 91 additions and 0 deletions

View File

@@ -24,4 +24,6 @@ minix.postinst.8g.img:minix.base.8g.img
post-install/02-setup.expect
post-install/03-keesj.expect
mv minix.postinst.8g.tmp.img minix.postinst.8g.img
echo "now start the image using the startup.sh script"
echo "and scp and run post-install.sh to finish installation"