Hello Everyone,
First I’d like to start off saying that my intention is not to spam or anything like such. I am curious for some feed back from the FreeBSD community however. I’ve began a small development project several months ago for FreeBSD 4.10-RELEASE. The project was a post install program that would automatically perform as many of the post install task that I could find.
A few weeks ago I’ve been able to start on FreeBSD 6.0-RELEASE and am currently doing final testing to release a stable version of the project. The project consists of a set of scripts that install needed programs like cvsup, portupgrade; and then run them. Then does build world, build kernel, install kernel, and install world. We included several prewritten files that allow this process to run continually without problems.
The purpose for writing starting this project was because I’ve found that there was a lot of the post install steps I was missing or didn’t understand how to do because the documentation wasn’t written clearly enough for my understanding and figured I wasn’t alone.
What I ask of the community is if they can offer any suggestions or ideas of things I can add or change from the scripts. And if anyone was willing to do testing on any boxes they have lying around or whatnot. I thank you for your time.
WebSite
visit www.fbsd-dev.org for more information
FreeBSD isn't for everyone. B
FreeBSD isn't for everyone. Btw everything you need to know is on the handbook and on the man pages.
reply
The purpose of unix environments is that they can be set up with different options. Building a standard script should be suitable only for newbies which after that would pop ask 1000 questions per minute(i wanted that not that). Read the handbook once. Read it again. Memorize it. Install freebsd. Revise the handbook.
The purpose of unix environme
The purpose of unix environments is that they can be set up with different options. Building a standard script should be suitable only for newbies which after that would pop ask 1000 questions per minute(i wanted that not that). Read the handbook once. Read it again. Memorize it. Install freebsd. Revise the handbook.
Purpose
Agreed to some extent. What I've done is only the bare minimal for post installation, which still takes anywhere from 2-4 hours to complete depending on the operator and the system. At the very lest you should update the system to the latest stable which is RELEASE-px where x is the latest patch version. Also the point is lending some support for those new users to Unix. Everyone has to start somewhere, I am just providing New Unix system administrators and new unix users the ability to secure a machine and still learn the basics. Asking questions even if it reaches 1000 is okay. I have been bouncing from community to community asking channels what they would and wouldn't want from a project like this, and taking bits and parts of what everyone said, and came up with INSTALL6.