| File | Date | Author | Commit |
|---|---|---|---|
| SELinux | 2016-08-04 | masterzune | [r5945] Fix line endings to use proper new line. Maint... |
| bin | 2017-06-17 | masterzune | [r6074] Push up 1.4.3 |
| kernel | 2017-05-14 | masterzune | [r6068] Push 1.4.0 |
| lib | 2017-06-17 | masterzune | [r6074] Push up 1.4.3 |
| packages | 2017-06-17 | masterzune | [r6074] Push up 1.4.3 |
| src | 2017-06-17 | masterzune | [r6074] Push up 1.4.3 |
| utils | 2017-05-14 | masterzune | [r6068] Push 1.4.0 |
| .gitignore | 2016-08-04 | masterzune | [r5945] Fix line endings to use proper new line. Maint... |
| README.md | 2017-05-14 | masterzune | [r6068] Push 1.4.0 |
| authors.txt | 2016-08-04 | masterzune | [r5945] Fix line endings to use proper new line. Maint... |
| changelog.txt | 2016-08-04 | masterzune | [r5945] Fix line endings to use proper new line. Maint... |
| installation.txt | 2016-08-04 | masterzune | [r5945] Fix line endings to use proper new line. Maint... |
| license.txt | 2016-08-04 | masterzune | [r5945] Fix line endings to use proper new line. Maint... |
FOG is a free open-source cloning/imaging solution/rescue suite. FOG can be used to image Windows XP, Vista, Windows 7 and Window 8 PCs using PXE, PartClone, and a Web GUI to tie it together. Includes features like memory and disk test, disk wipe, av scan & task scheduling.
Install and update your chosen linux server
Download the file(s)
All that is needed to start installation is to download the files to perform the install. Choose one of the following methods you prefer;
tar/zip wget http://downloads.sourceforge.net/project/freeghost/FOG/1.4.0/fog_1.4.0.tar.gz | tar -xzfC fog_1.4.0/
svn checkout https://svn.code.sf.net/p/freeghost/code/tags/1.4.0/ fog_1.4.0/git git clone https://github.com/fogproject/fogproject.git fog_1.4.0/
Go into the downloaded source/bin folder
cd fog_1.4.0/bin
Run the Install and follow all prompts accordingly
sudo ./installfog.sh
Enjoy
Install and update your chosen linux server
Download the file(s)
All that is needed to start installation is to download the files to perform the install. Choose one of the following methods you prefer;
Go into the downloaded source/bin folder
svn svn checkout https://svn.code.sf.net/p/freeghost/code/trunk trunk/; cd trunk/bin/
git git clone https://github.com/fogproject/fogproject.git trunk/; git checkout dev-branch; cd trunk/bin/
Update setup
svn cd trunk/; svn up; cd bin/
git cd trunk/; git pull; cd bin/
Run the Install and follow all prompts accordingly
Manual prompts (NOTE: Recommended to run this if fresh install)
sudo ./installfog.sh
Auto-Accepted
sudo ./installfog.sh -y
Enjoy
All should now be installed and you can start configuring and registering systems. Please see: http://fogproject.org/wiki/index.php/Managing_FOG to assist you in setting up further.
There are many resources for assistance.
Download the source with either git or SVN and checkout the dev-branch for the latest code or a more specific feature branch you would like to help work on.
As you are running a development branch, please post bugs to either:
If you would like to create a pull request, please make the pull request into the dev-branch branch.