Advertisement
Guest User

cjwatson

a guest
Oct 22nd, 2010
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. d-i netcfg/disable_dhcp boolean true
  2.  
  3. d-i apt-setup/local0/repository string http://ppa.launchpad.net/freeswitch-drivers/freeswitch-nightly-drivers/ubuntu maverick main
  4. d-i apt-setup/local0/key string http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x82EA05E4451AE93C
  5. d-i apt-setup/local1/repository string http://ppa.launchpad.net/brianmercer/php/ubuntu maverick main
  6. d-i apt-setup/local1/key string http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0xA42227CB8D0DC64F
  7. d-i apt-setup/local2/repository string http://ppa.launchpad.net/nginx/development/ubuntu maverick main
  8. d-i apt-setup/local2/key string http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x00A6F0A3C300EE8C
  9.  
  10. d-i pkgsel/include python-software-properties \
  11. subversion \
  12. freeswitch-codec-passthru-amr freeswitch-codec-passthru-g729 freeswitch-codec-passthru-g7231 \
  13. freeswitch-lang-en freeswitch-lang-ru freeswitch-spidermonkey freeswitch-sounds-en-us-callie-omega \
  14. freeswitch-sounds-music-omega freeswitch freeswitch-lua freeswitch-perl freeswitch-python \
  15. freeswitch monit sox \
  16. nginx php5-cli php5-sqlite php5-fpm sqlite3
  17.  
  18. d-i preseed/late_command string \
  19. adduser www-data daemon; \
  20. sed -i 's|FREESWITCH_ENABLED="false"|FREESWITCH_ENABLED="true"|g' /etc/default/freeswitch; \
  21. svn checkout http://fusionpbx.googlecode.com/svn/trunk/fusionpbx /var/www/fusionpbx; \
  22. wget http://dl.dropbox.com/u/152504/nginx-default; \
  23. cp nginx-default /etc/nginx/sites-enabled/default; \
  24. chown -R www-data:www-data /var/www/fusionpbx; \
  25. chmod -R 766 /var/www/fusionpbx; \
  26. chmod -R 766 /opt/freeswitch; \
  27. apt-get purge dhcpcd; \
  28. mv /etc/init.d/fusion-install /root
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement