source: client/boot-tools/clientstructure/root/InstallSoftware.sh @ 3c0cdb0

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 3c0cdb0 was b1ccf9b, checked in by adv <adv@…>, 14 years ago

version1.0 renombrando ogclient boot-tools

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

  • Property mode set to 100755
File size: 2.1 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
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
39apt-get clean
40## software postconf
41apt-get -y --force-yes install drbl-chntpw chntpw ethtool lshw gawk
42
43# software compressor
44apt-get -y --force-yes install lzma zip unzip gzip lzop drbl-lzop pigz pbzip2 lbzip2 rzip p7zip-full unzip
45
46apt-get -y --force-yes remove busybox
47apt-get -y --force-yes install busybox-static  bash-static
48apt-get clean
49#apt-get -y --force-yes xorg-dev xorg lxde roxterm
50#
51####################################################################
52###################### Reconfigurando paquetes ######################
53###################################################################
54
55
56#dpkg-reconfigure console-data
57#dpkg-reconfigure console-setup
58#dpkg-reconfigure locales
59apt-get clean
60##TODO################# Borrar algunos binarios del mkinitramfs
61
62
Note: See TracBrowser for help on using the repository browser.