2 echo -n "Would you like to install binary packages from the CD? (y/N) "
4 if [ "$y" = y
-o "$y" = Y
]
5 then echo "Ok, showing you a list of packages, please type y"
6 echo "for every package you want installed."
8 else echo "Ok, not installing binary packages."
10 echo "Use the 'packme' command after rebooting MINIX to get another chance"
11 echo "to install binary packages."