homehowtokbslinksaboutcontactprojectsmusic

Index > Help Tutorials > Install FOG .33B
Run update and upgrade and install the required tool
sudo apt-get update && apt-get upgrade
sudo apt-get install subversion
Make temp directory and download fog .33b
cd ~
mkdir svn
cd svn
svn checkout https://svn.code.sf.net/p/freeghost/code/trunk
Now change to directory you downloaded fog and run the installer
cd ~/svn/trunk/bin
sudo ./installfog.sh
Edit fog base image (imit.gz)
xz -d -c init.gz > init
mount -o loop init mnt