Changes http://wiki.axiom-developer.org/DoyenCD/diff
--

??changed:
 \subsection{Desktop Configuration}
-
-Creates the default Doyen desktop configuration. Installs other various CCNY 
Software.
-                                             
+                                                                               
 Creates the default Doyen desktop configuration. Installs other various CCNY 
Software.
+                                             
+<<step>>=                                                                      
                                                       
+tar -xzpf doyenHome.tar.gz -C /
+
+@
+
+\subsection{Computer Algebra Systems}                                          
                                                                 
+tar -xzpf AlgebraSystems.tar.gz -C /usr/local/
+                           
+cp magnus /usr/bin                                                             
                                             
+cp caiss-stat /usr/bin
+
+cp axiom /usr/bin                                                              
                                           
+@                                                                              
                                             
+\subsubsection{Latex}
+
+To install the Latex software package you need to use yum and install tetex, 
tetex-latex, and tetex-xdvi packages.
+
 <<step>>=

??changed:
 <<step>>=
-                                                                               
                                              
-tar -xzpf doyenHome.tar.gz -C /
+
+yum -y install tetex
+
+yum -y install tetex-latex
+
+yum -y install tetex-xdvi
 

??changed:
 
-\subsection{Computer Algebra Systems}                                          
                                                                 
-
-tar -xzpf AlgebraSystems.tar.gz -C /usr/local/
-                           
-cp magnus /usr/bin
-                                                                               
                           
-cp caiss-stat /usr/bin
-
-cp axiom /usr/bin
-                                                                               
                         
+\subsubsection{Noweb Software Package}
+
+Install the Noweb software used for notangle and noweave support. 
+
+<<step>>=
+
+rpm -ivh Icon2-9.3.2-7.i386.rpm
+
+rpm -ivh noweb-2.10a-4.i386.rpm
+
 @

??changed:
 @
-                                                                               
                                            
-\subsubsection{Latex}
-
-To install the Latex software package you need to use yum and install tetex, 
tetex-latex, and tetex-xdvi packages.
+
+\subsubsection{Installing Zope, Python-Imaging, and ZWiki}
+
+In this section, you will install and configure the ZWiki server. Install the 
Zope and Python-imaging rpm packages.
 

??changed:
 
-yum -y install tetex
-
-yum -y install tetex-latex
-
-yum -y install tetex-xdvi
+rpm -ivh python-imaging-1.1.4-7.i386.rpm
+
+rpm -ivh zope-2.8.0-2.fc3.i386.rpm
 

??changed:
 
-\subsubsection{Noweb Software Package}
-
-Install the Noweb software used for notangle and noweave support. 
+Configure root user for access to the Zope server.
 

??changed:
 
-rpm -ivh Icon2-9.3.2-7.i386.rpm
-
-rpm -ivh noweb-2.10a-4.i386.rpm
+/usr/bin/zopectl adduser root [EMAIL PROTECTED]
 

??changed:
 
-\subsubsection{Installing Zope, Python-Imaging, and ZWiki}
-
-In this section, you will install and configure the ZWiki server. Install the 
Zope and Python-imaging rpm packages.
-
+\subsubsection{LatexWiki}
+
+Extract the Doyen Wiki Database
+                                                                               
 
 <<step>>=

??changed:
 <<step>>=
-
-rpm -ivh python-imaging-1.1.4-7.i386.rpm
-
-rpm -ivh zope-2.8.0-2.fc3.i386.rpm
-
+                                                                               
 
+tar -xzpf doyenWiki.tar.gz -C /var/lib/zope/
+                                                                               
 
 @

??changed:
 
-Configure root user for access to the Zope server.
+Upgrade the Python interpreter.
 

??changed:
 
-/usr/bin/zopectl adduser root [EMAIL PROTECTED]
+yum -y update python
 

??changed:
 
-\subsubsection{LatexWiki}
-
-Extract the Doyen Wiki Database
-                                                                               
 
+Install the Python development tools.
+
 <<step>>=

??changed:
 <<step>>=
-                                                                               
 
-tar -xzpf doyenWiki.tar.gz -C /var/lib/zope/
-                                                                               
 
+
+yum -y install python-devel
+
 @

??changed:
 
-Upgrade the Python interpreter.
+Install GraphViz.
 

??changed:
 
-yum -y update python
+rpm -ivh graphviz-2.2-3.i386.rpm
 

??changed:
 
-Install the Python development tools.
+Install Latex Packages.
 

??changed:
 
-yum -y install python-devel
+cp axiom.sty /usr/share/texmf/tex/latex/base/
+
+texhash
 

??changed:
 
-Install GraphViz.
+Install DVIPNG
 

??changed:
 
-rpm -ivh graphviz-2.2-3.i386.rpm
+yum -y install gd
+
+rpm -ivh dvipng-1.4-1.rhfc2.i386.rpm
+
 

??changed:
 
-Install Latex Packages.
+Test and deploy Zope server.
+
+<step>>=
+
+chmod 777 /var/lib/zope
+
+/etc/init.d/zope start                                                         
                       
+@
+
+\subsubsection{Xorg file configuration}
+
+For multiple video card support the driver "vesa" was used.
 

??changed:
 
-cp axiom.sty /usr/share/texmf/tex/latex/base/
-
-texhash
+cp --reply=yes xorg.conf /etc/X11/
 

??changed:
 
-Install DVIPNG
+\subsubsection{Generic mouse configuration}
+
+Place the moused script in the /etc/init.d directory
 

??changed:
 
-yum -y install gd
-
-rpm -ivh dvipng-1.4-1.rhfc2.i386.rpm
-
+cp moused /etc/init.d/
 

??changed:
 
-Test and deploy Zope server.
-
-<step>>=
-
-chmod 777 /var/lib/zope
-
-/etc/init.d/zope start
-                                                                               
+Add the script to the run levels 3, 4, and 5.
+
+<<step>>=
+
+ln -s /etc/init.d/moused /etc/rc3.d/S01moused
+
+ln -s /etc/init.d/moused /etc/rc4.d/S01moused
+
+ln -s /etc/init.d/moused /etc/rc5.d/S01moused
+
 @

??changed:
 
-\subsubsection{Xorg file configuration}
-
-For multiple video card support the driver "vesa" was used.
+\subsection{Shutdown Scripts}
 

??changed:
 
-cp --reply=yes xorg.conf /etc/X11/
+mv /sbin/shutdown /sbin/sysshutdown
+
+cp shutdown /sbin/
 

??changed:
 
-\subsubsection{Generic mouse configuration}
-
-Place the moused script in the /etc/init.d directory
+\subsubsection{Reboot Scripts}
 

??changed:
 
-cp moused /etc/init.d/
+rm -f /usr/bin/reboot
+
+cp reboot /usr/bin/
 

??changed:
 
-Add the script to the run levels 3, 4, and 5.
+\subsection{Wireless Tools}
 

??changed:
 
-ln -s /etc/init.d/moused /etc/rc3.d/S01moused
-
-ln -s /etc/init.d/moused /etc/rc4.d/S01moused
-
-ln -s /etc/init.d/moused /etc/rc5.d/S01moused
+rpm -ivh wifi-radar-1.9.4-1.mr.i386.rpm
 

??changed:
 
-\subsection{Shutdown Scripts}
+\subsection{Grant Sudo Permission to Doyen User}
 

??changed:
 
-mv /sbin/shutdown /sbin/sysshutdown
-
-cp shutdown /sbin/
+echo "doyen    ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
 

??changed:
 
-\subsubsection{Reboot Scripts}
+\subsubsection{Build Live CD scritps}
 

??changed:
 
-rm -f /usr/bin/reboot
-
-cp reboot /usr/bin/
+tar -xzf linux-kernel-2.6.13.2-i486-1.tgz -C /
+
+tar -xzf doyen-linux-live-5.1.8.tar.gz -C /tmp/
+
+cd /tmp/doyen-linux-live-5.1.8/
 

??changed:
 
-\subsection{Wireless Tools}
+Create module dependecies for newly installed kernel.
 

??changed:
 
-rpm -ivh wifi-radar-1.9.4-1.mr.i386.rpm
+depmod -b / 2.6.13.2
 

??changed:
 
-\subsection{Grant Sudo Permission to Doyen User}
+\subsubsection{ISO Creation}
+
+Run the runme.sh script, which will create the distribution iso. This one will 
be located in the /tmp directory under the name of livecd.iso.
 

??changed:
 
-echo "doyen    ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
+yum clean all
+
+sh runme.sh
 

--removed:
 
-\subsubsection{Build Live CD scritps}
-
-<<step>>=
-
-tar -xzf linux-kernel-2.6.13.2-i486-1.tgz -C /
-
-tar -xzf doyen-linux-live-5.1.8.tar.gz -C /tmp/
-
-cd /tmp/doyen-linux-live-5.1.8/
-
-@
-
-Create module dependecies for newly installed kernel.
-
-<<step>>=
-
-depmod -b / 2.6.13.2
-
-@
-[12 more lines...]
 \section{Makefile}

--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]

Reply via email to