Menu

Tree [r1430] / trunk / build /
 History

HTTPS access


File Date Author Commit
 drivers 2007-07-05 votdev [r1294] Update RealTek drivers. As for the previous ver...
 kernel-config 2007-04-26 votdev [r837] Modify amd64 kernel config.
 mk 2007-05-16 votdev [r923] Begin to update build scripts
 packages 2007-05-26 votdev [r958] Remove local lcdproc patch, use official port i...
 ports 2007-07-30 votdev [r1430] Add missing files /etc/iscsi/auths and /etc/isc...
 CHANGES 2007-07-30 votdev [r1430] Add missing files /etc/iscsi/auths and /etc/isc...
 LICENSE 2007-07-04 cochard [r1286] Create or rename information files for respect ...
 README 2007-07-14 votdev [r1347] Modify README.
 freenas-create-bootdir.sh 2007-06-07 votdev [r1014] Set autoboot_delay to 5 to shorten delay time.
 freenas-create-rootfs.sh 2007-07-30 votdev [r1430] Add missing files /etc/iscsi/auths and /etc/isc...
 freenas-modify-permissions.sh 2007-03-22 votdev [r652] Rename directory 'misc' to 'build'.
 freenas.files 2007-07-09 votdev [r1317] Add 'pccard' port. Build pccardc and pccardd us...
 make.sh 2007-07-30 votdev [r1429] Update build script.

Read Me

FreeNAS (http://www.freenas.org) 
Olivier Cochard-Labbe (olivier@freenas.org)
Licence: BSD

============== SUMMARY =========

1. Files and directories listing
2. How to generate an FreeNAS ISO or IMG  file
3. Building FreeNAS with the latest sources
4. History changes log

================================
1. Files and directories listing
- /freenas/bootloader : contain FreeBSD boot loader files
- /freenas/rootfs: Minimum FreeBSD root filesystem and FreeNAS script/WebGUI
- /freenas/svn: contain all the up-to-date (working) release and scripts

================================
2. How to generate an FreeNAS ISO or IMG  file

Edit the scripts:
- /freenas/svn/build/make.sh
for modify the directory variable with yours.
Check that you have installing bash, and
start /freenas/svn/build/make.sh
And select your need

burn the freenas.iso file created.

=================================
3. Building FreeNAS with the latest sources

(normally possible with make.sh)

Here is how to build a FreeNAS from the latest source file:

- Use the root user account on your FreeBSD system

3.1 Update your freenas scripts/WebGUI code with SVN:
(this create the svn directory)

cd /usr/local/freenas

svn co https://freenas.svn.sourceforge.net/svnroot/freenas/trunk svn

You should now have this directories now:
/usr/local/freenas
/usr/local/freenas/svn

3.2 Update your ports collection:

Using portsnap the first time:
portsnap fetch extract

To update the ports collection:
portsnap fetch update

3.3 Use the building script:

svn/build/make.sh

Execute all menus in '20 - Build FreeNAS from scratch advanced menu' to build your FreeNAS
from scretch. After that use one of the following menus:

10 - Create FreeNAS IMG file (rawrite to CF/USB/DD)
11 - Create FreeNAS ISO file (need cdrtools installed)
12 - Create FreeNAS ISO file without IMG image (need cdrtools installed)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.