forked from mmatuska/mfsbsd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
31 lines (24 loc) · 1.01 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# $Id$
#
# mfsBSD README
# Copyright (c) 2007-2015 Martin Matuska <mm at FreeBSD.org>
#
# Version 2.2
DESCRIPTION:
This is a set of scripts that generates a bootable image, ISO file or boot
files only, that create a working minimal installation of FreeBSD. This
minimal installation gets completely loaded into memory.
The image may be written directly using dd(1) onto any bootable block device,
e.g. a hard disk or a USB stick e.g. /dev/da0, or a bootable slice only,
e.g. /dev/ada0s1
REQUIREMENTS (build):
- FreeBSD 8 or higher installed, tested on i386 or amd64
- Base and kernel from a FreeBSD 8 or higher distribution
(release or snapshots, e.g mounted CDROM disc1 or ISO file)
REQUIREMENTS (run):
- a minimum of 512MB system memory
See BUILD and INSTALL files for building and installation instructions.
---------------------------------------------------------------
Project homepage: http://mfsbsd.vx.sk
This project is based on the ideas of the depenguinator project:
http://www.daemonology.net/depenguinator/