source: client/boot-tools/clientstructure/root/InstallSoftware.sh @ 5454b9d

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 5454b9d was 3687b6b, checked in by adv <adv@…>, 14 years ago

version 1.0.2 #421 boot-tools-httpd herramientos monitorizacion

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

  • Property mode set to 100755
File size: 2.3 KB
Line 
1#!/bin/bash
2################################################################
3##################### SOFTWARE #####################
4################################################################
5export LANGUAGE=C
6export LC_ALL=C
7export LANG=C
8
9
10dpkg-divert --local --rename --add /sbin/initctl
11ln -s /bin/true /sbin/initctl
12
13apt-get clean
14apt-get -y update
15
16 
17# software system
18apt-get -y --force-yes install linux-image-${OSRELEASE} linux-headers-${OSRELEASE} linux-image-$RELEASE wget dialog man-db htop fbset gdebi-core busybox-static
19
20apt-get -y --force-yes install console-data locales
21
22# sofware networking
23apt-get -y --force-yes install netpipes nfs-common sshfs smbfs smbclient davfs2 unionfs-fuse open-iscsi nmap tcpdump arping dnsutils
24
25apt-get clean
26# software services
27apt-get -y --force-yes install openssh-server bittornado trickle iptraf screen schroot grub lighttpd
28
29# software disk and filesystem
30apt-get -y --force-yes install drbl-ntfsprogs ntfsprogs parted ntfs-3g dosfstools
31apt-get -y --force-yes install dmraid dmsetup lvm2 e2fsprogs jfsutils reiserfsprogs xfsprogs unionfs-fuse mhddfs squashfs-tools
32apt-get -y --force-yes install btrfs-tools hfsplus hfsprogs hfsutils nilfs-tools reiser4progs ufsutils
33
34# software cloning
35apt-get -y --force-yes install drbl-partimage fsarchiver pv kexec-tools
36apt-get -y --force-yes install mbuffer
37
38#monitor
39apt-get install bwbar bmon iftop ifstat  dstat  hdparm sdparm blktool testdisk ssmping mii-diag
40
41## software postconf
42apt-get -y --force-yes install drbl-chntpw chntpw ethtool lshw gawk subversion
43
44# software compressor
45apt-get -y --force-yes install lzma zip unzip gzip lzop drbl-lzop pigz pbzip2 lbzip2 rzip p7zip-full unzip
46
47#plymouth
48apt-get install plymouth plymouth-theme-script
49
50#compatibilidad og2
51apt-get install python-openssl python
52
53
54
55apt-get -y --force-yes remove busybox
56apt-get -y --force-yes install busybox-static  bash-static
57apt-get clean
58#apt-get -y --force-yes xorg-dev xorg lxde roxterm
59#
60####################################################################
61###################### Reconfigurando paquetes ######################
62###################################################################
63
64
65#dpkg-reconfigure console-data
66#dpkg-reconfigure console-setup
67#dpkg-reconfigure locales
68apt-get clean
69##TODO################# Borrar algunos binarios del mkinitramfs
70
71
Note: See TracBrowser for help on using the repository browser.