Philip Prindeville wrote: > Yow! That can't be right... > > -rw-r--r-- 1 philipp astlinux 199897088 2008-02-29 22:11 rootfs.i586.ext2 > > I'll do some digging and see what's causing it to bloat. > > -Philip > >
We have a winner! % cd build_i586/root % du -k -x ... 104464 ./stat/var/lib/asterisk/sounds % ls -s stat/var/lib/asterisk/sounds/access-code.* 8 stat/var/lib/asterisk/sounds/access-code.gsm 16 stat/var/lib/asterisk/sounds/access-code.ulaw 24 stat/var/lib/asterisk/sounds/access-code.wav So, how do I get the system to only install one kind of sound file? Oh, got it. The culprit was my ~/.asterisk.makeopts file: ... MENUSELECT_CORE_SOUNDS=CORE-SOUNDS-EN-WAV CORE-SOUNDS-EN-ULAW CORE-SOUNDS-EN-GSM MENUSELECT_MOH=MOH-FREEPLAY-WAV MENUSELECT_EXTRA_SOUNDS=EXTRA-SOUNDS-EN-WAV EXTRA-SOUNDS-EN-ULAW EXTRA-SOUNDS-EN-GSM I'll keep the WAV sounds (even though they are the biggest) and dump the others. -Philip ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
