What is the current state of automating installation? That is, if I want to do a standard installation and I know the answer to all the questions, is there a way I can prepare a script for this?
I don't know about sysinstall, but if it were me I'd just roll my own bootable USB stick with the install distributions on it. Write a shell script to do the disk partitioning using gpart(8), and then just run the install.sh scripts in each distribution that you want installed.
Package installations can probably be automated in a similar manner.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.