mfsBSD
This is a set of scripts that generates a bootable image (and/or ISO file),
that creates a working minimal installation of FreeBSD.
It is completely loaded into memory.
REQUIREMENTS:
- FreeBSD 6 or higher installed, tested on i386 or amd64
- Base and kernel from a FreeBSD 6 or 7 distribution
(release or snapshots, e.g mounted CDROM disc1 or ISO file)
- mkisofs from sysutils/cdrtools (optional) to create ISO images
INSTRUCTIONS:
- - read hints in the sample configuration files in the conf/ directory,
- copy these files to files without .sample ending
- make modifications to suit your needs
- If you want any packages installed, copy the .tbz files that should be
automatically installed into the packages/ directory
WARNING: Your image should not exceed 45MB in total, otherwise kernel panic
may occur on boot-time.
- Run the make command:
- to create a bootable image: make BASE=/path/to/distribution
- to create a bootable ISO: make iso BASE=/path/to/distribution
- to cleanup: make clean
- example: make BASE=/cdrom/7.0-BETA2
Download latest release: 1.0-BETA2
View the SVN tree via WebSVN or download the current SVN snapshot
Martin Matuška <martin at matuska dot org>