update readme and vm build script
This commit is contained in:
parent
03163692fd
commit
e80aa30746
3 changed files with 33 additions and 20 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
base=$(pwd)
|
||||
sudo vmbuilder vbox ubuntu --suite=oneiric \
|
||||
sudo vmbuilder vbox ubuntu --suite=precise \
|
||||
--verbose --debug \
|
||||
--arch i386 \
|
||||
--flavour generic \
|
||||
|
|
@ -37,8 +37,9 @@ sudo vmbuilder vbox ubuntu --suite=oneiric \
|
|||
--addpkg python-html5lib \
|
||||
--addpkg oxtimeline \
|
||||
--addpkg oxframe \
|
||||
--addpkg ffmpeg \
|
||||
--addpkg ffmpeg2theora \
|
||||
--addpkg mkvtoolnix \
|
||||
--execscript=$base/install.sh \
|
||||
--firstboot=$base/firstboot.sh
|
||||
|
||||
#kvm-img convert -O vdi pandora/*.qcow2 pandora.vdi
|
||||
|
|
|
|||
|
|
@ -2,12 +2,11 @@
|
|||
#fails in bootstrap
|
||||
apt-get -y install ipython ntp
|
||||
|
||||
#ffmpeg
|
||||
wget http://firefogg.org/nightly/ffmpeg.linux -O /usr/local/bin/ffmpeg
|
||||
chmod 755 /usr/local/bin/ffmpeg
|
||||
|
||||
wget http://firefogg.org/nightly/ffmpeg2theora.linux -O /usr/local/bin/ffmpeg2theora
|
||||
chmod 755 /usr/local/bin/ffmpeg2theora
|
||||
#ffmpeg installed as apt package
|
||||
#wget http://firefogg.org/nightly/ffmpeg.linux -O /usr/local/bin/ffmpeg
|
||||
#chmod 755 /usr/local/bin/ffmpeg
|
||||
#wget http://firefogg.org/nightly/ffmpeg2theora.linux -O /usr/local/bin/ffmpeg2theora
|
||||
#chmod 755 /usr/local/bin/ffmpeg2theora
|
||||
|
||||
#postgresql
|
||||
apt-get -y install postgresql postgresql-contrib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue