Put in a hook to communicate properly with sysinstall.

This commit is contained in:
Jordan K. Hubbard 1994-11-08 13:58:34 +00:00
parent 8c868c21ae
commit 3d8022fe49

View File

@ -445,6 +445,7 @@ while [ $installing -eq 1 ]; do
installing=0
fi
done
echo; echo "Exiting to shell"
echo; echo "Spawning shell. Exit shell to continue with new bindist."
echo "Progress <installation completed>" > /dev/ttyv1
exec /stand/sh
/stand/sh
exit 20