Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial missing #140

Open
network-shark opened this issue Dec 22, 2022 · 0 comments
Open

Tutorial missing #140

network-shark opened this issue Dec 22, 2022 · 0 comments

Comments

@network-shark
Copy link

network-shark commented Dec 22, 2022

I was wondering why this really short tutorial is not a part of this gitrepo.

https://people.freebsd.org/~mm/mfsbsd/mfsbsd.pdf

This section contains a short tutorial of building a simple FreeBSD image using mfsBSD tools.
1. Download and extract mfsBSD tools from the Homepage [2]
    tar xfz mfsbsd-XXXX.tar.gz
2. Download and mount CD 1 (or ISO file) of a FreeBSD release
mdconfig -a -t vnode -f 7.2-RELEASE-amd64.ISO mount cd9660 /dev/mdX /cdrom
3. Modify configuration files in conf/ to your needs
- setup network interfaces and default gateway (conf/rc.conf ) - root password (conf/rootpw.conf - optional)
- ssh keys (conf/authorized keys - optional)
- nameservers (conf/resolv.conf )
4. Build an image
make - build raw image make tar - build tar.gz file make iso - build ISO image
5. Deploy image to target media
Now you can deploy the image to a storage device (hard drive, USB-drive or optical media) or to a FreeBSD partition (tar.gz).
@network-shark network-shark changed the title Tutorial Missing Tutorial missing Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant