Gary G. Hendershot wrote: > What I did was create a "cheat sheet". The cheat sheet is just a simple > text document with the build steps laid out. I quite literally "cut & > paste" the commands into a terminal window to perform my build. As I don't > do it everyday, this helps me because a month from now I would have > forgotten how to do it. My cheat sheet follows. > > > GHendershot's build cheat sheet: > > > Get the latest: > Start in /root/ > DO NOT build this as root! You could hose your host OS if something is done wrong. Build the development environment as a regular user. Only run makeimage.sh as root. Eventually we should be able to remove this requirement as well. > svn co https://svn.sourceforge.net/svnroot/astlinux/trunk astlinux/trunk > > Update existing: > Start in /root/astlinux/trunk > > svn update https://svn.sourceforge.net/svnroot/astlinux/trunk > cd astlinux/trunk svn update
(as long as you are inside the directory of your local svn repository, it knows where to get the information from) <snip> > At this point, make any modifications to the build that are required. > The build is located at "cd /root/astlinux/trunk/build_i586/root". > 1) insert custom sound files at /stat/var/lib/asterisk/sounds > I'll create a symbolic link from /stat/var/lib/asterisk/sounds/custom-sounds to /mnt/kd/custom-sounds > 3) modify defaults in /stat/etc/rc.conf (machine name, domain, time zone > This is not necessary. The information should be on your keydisk. the rc.conf in /stat/etc is only used if you do not have one on your keydisk. Otherwise the information looked correct. -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com _______________________________________________ Astlinux-users mailing list [email protected] http://lists.kriscompanies.com/mailman/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
