918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Rev | Line | |
---|
[58828de] | 1 | #!/bin/bash |
---|
| 2 | ################################################################ |
---|
| 3 | ##################### SOFTWARE ##################### |
---|
| 4 | ################################################################ |
---|
| 5 | export LANGUAGE=C |
---|
| 6 | export LC_ALL=C |
---|
| 7 | export LANG=C |
---|
| 8 | |
---|
| 9 | #dpkg-divert --local --rename --add /sbin/initctl |
---|
| 10 | #ln -s /bin/true /sbin/initctl |
---|
| 11 | |
---|
| 12 | apt-get -y update |
---|
| 13 | # software to compile code |
---|
| 14 | apt-get -y --force-yes install build-essential libattr* attr make m4 gettext libmhash-dev gdebi-core gawk |
---|
| 15 | |
---|
| 16 | source /opt/opengnsys/lib/engine/bin/ToolsGNU.c |
---|
| 17 | |
---|
[b74df52] | 18 | #TODO: comprobar si esta instalado. |
---|
[58828de] | 19 | ctorrent install |
---|
[b74df52] | 20 | |
---|
| 21 | #TODO: comprobar si esta instalado. |
---|
[58828de] | 22 | udpcast install |
---|
[b74df52] | 23 | |
---|
[58828de] | 24 | #ntfs-3g install |
---|
[b74df52] | 25 | |
---|
| 26 | #TODO: comprobar si esta instalado. |
---|
[58828de] | 27 | ms-sys install |
---|
| 28 | |
---|
[b74df52] | 29 | #TODO: comprobar si esta instalado. |
---|
[58828de] | 30 | wget -O partclone_0.2.16_i386.deb http://downloads.sourceforge.net/project/partclone/stable/0.2.16/partclone_0.2.16_i386.deb?use_mirror=ovh |
---|
| 31 | gdebi -n partclone_0.2.16_i386.deb |
---|
| 32 | |
---|
[b74df52] | 33 | #TODO: comprobar si esta instalado. |
---|
| 34 | cd /tmp |
---|
| 35 | wget http://damien.guibouret.free.fr/savepart.zip |
---|
| 36 | unzip savepart.zip -d /sbin/ |
---|
[58828de] | 37 | |
---|
| 38 | |
---|
Note: See
TracBrowser
for help on using the repository browser.