From 52c8c07dc8d9ec6119c33181c6ce859dcb7452f9 Mon Sep 17 00:00:00 2001 From: adv Date: Tue, 28 Jun 2011 14:49:16 +0000 Subject: [PATCH] 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 --- clientstructure/root/InstallSoftware.sh | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/clientstructure/root/InstallSoftware.sh b/clientstructure/root/InstallSoftware.sh index da8d8d0..adf686a 100755 --- a/clientstructure/root/InstallSoftware.sh +++ b/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