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:

INSTRUCTIONS:

  1. - 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
  2. 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.
  3. 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

Back


Martin Matuška <martin at matuska dot org>