summaryrefslogtreecommitdiffstats
path: root/client/boot-tools/clientstructure/root/InstallSoftware.sh
diff options
context:
space:
mode:
authoradv <adv@uma.es>2011-06-28 14:49:16 +0000
committeradv <adv@uma.es>2011-06-28 14:49:16 +0000
commitc175a93b4fc8868b639bba3092a5de396acb4e9c (patch)
tree1ad5a3712edbc4be1ed62bc1b916a1e5b91737e1 /client/boot-tools/clientstructure/root/InstallSoftware.sh
parent07de9148cba58d588c6651d69a456c04239c9d8f (diff)
version 1.0.2 #139 #404 software plymount monitor python
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2094 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/boot-tools/clientstructure/root/InstallSoftware.sh')
-rwxr-xr-xclient/boot-tools/clientstructure/root/InstallSoftware.sh13
1 files changed, 11 insertions, 2 deletions
diff --git a/client/boot-tools/clientstructure/root/InstallSoftware.sh b/client/boot-tools/clientstructure/root/InstallSoftware.sh
index da8d8d06..adf686a8 100755
--- a/client/boot-tools/clientstructure/root/InstallSoftware.sh
+++ b/client/boot-tools/clientstructure/root/InstallSoftware.sh
@@ -24,7 +24,7 @@ apt-get -y --force-yes install netpipes nfs-common sshfs smbfs smbclient davfs2
apt-get clean
# software services
-apt-get -y --force-yes install openssh-server bittornado trickle iptraf screen schroot grub
+apt-get -y --force-yes install openssh-server bittornado trickle iptraf screen schroot grub lighttpd
# software disk and filesystem
apt-get -y --force-yes install drbl-ntfsprogs ntfsprogs parted ntfs-3g dosfstools
@@ -35,14 +35,23 @@ apt-get -y --force-yes install btrfs-tools hfsplus hfsprogs hfsutils nilfs-tools
apt-get -y --force-yes install drbl-partimage fsarchiver pv kexec-tools
apt-get -y --force-yes install mbuffer
+#monitor
+apt-get install bwbar bmon bwm iftop ifstat ibmonitor ifstatus dstat udisk hdparm sdparm blktool testdisk ssmping mii-diag
-apt-get clean
## software postconf
apt-get -y --force-yes install drbl-chntpw chntpw ethtool lshw gawk
# software compressor
apt-get -y --force-yes install lzma zip unzip gzip lzop drbl-lzop pigz pbzip2 lbzip2 rzip p7zip-full unzip
+#plymouth
+apt-get install plymouth plymouth-theme-script
+
+#compatibilidad og2
+apt-get install python-openssl python
+
+
+
apt-get -y --force-yes remove busybox
apt-get -y --force-yes install busybox-static bash-static
apt-get clean