source: client/boot-tools/old/clientstructure/root/CompileSoftware.sh @ 53fba30

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
Last change on this file since 53fba30 was 39bca9b, checked in by adv <adv@…>, 14 years ago

branch version 1.0 #420 separando proceso de creacion anterior

git-svn-id: https://opengnsys.es/svn/branches/version1.0@2321 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100755
File size: 1.0 KB
Line 
1#!/bin/bash
2################################################################
3##################### SOFTWARE #####################
4################################################################
5export LANGUAGE=C
6export LC_ALL=C
7export LANG=C
8
9#dpkg-divert --local --rename --add /sbin/initctl
10#ln -s /bin/true /sbin/initctl
11
12apt-get -y update
13# software to compile code
14apt-get -y --force-yes install build-essential libattr* attr make m4 gettext libmhash-dev gdebi-core gawk
15
16source /opt/opengnsys/lib/engine/bin/ToolsGNU.c
17
18#TODO: comprobar si esta instalado.
19ctorrent install
20
21#TODO: comprobar si esta instalado.
22udpcast install
23
24#ntfs-3g install
25
26#TODO: comprobar si esta instalado.
27ms-sys install
28
29#TODO: comprobar si esta instalado.
30wget -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
31gdebi -n partclone_0.2.16_i386.deb
32
33#TODO: comprobar si esta instalado.
34cd /tmp
35wget http://damien.guibouret.free.fr/savepart.zip
36unzip savepart.zip -d /sbin/
37
38
Note: See TracBrowser for help on using the repository browser.