git-svn-id: https://opengnsys.es/svn/branches/version1.0@2094 a21b9725-9963-47de-94b9-378ad31fedc9remotes/github/master
parent
3d60556337
commit
52c8c07dc8
|
@ -24,7 +24,7 @@ apt-get -y --force-yes install netpipes nfs-common sshfs smbfs smbclient davfs2
|
||||||
|
|
||||||
apt-get clean
|
apt-get clean
|
||||||
# software services
|
# 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
|
# software disk and filesystem
|
||||||
apt-get -y --force-yes install drbl-ntfsprogs ntfsprogs parted ntfs-3g dosfstools
|
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 drbl-partimage fsarchiver pv kexec-tools
|
||||||
apt-get -y --force-yes install mbuffer
|
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
|
## software postconf
|
||||||
apt-get -y --force-yes install drbl-chntpw chntpw ethtool lshw gawk
|
apt-get -y --force-yes install drbl-chntpw chntpw ethtool lshw gawk
|
||||||
|
|
||||||
# software compressor
|
# software compressor
|
||||||
apt-get -y --force-yes install lzma zip unzip gzip lzop drbl-lzop pigz pbzip2 lbzip2 rzip p7zip-full unzip
|
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 remove busybox
|
||||||
apt-get -y --force-yes install busybox-static bash-static
|
apt-get -y --force-yes install busybox-static bash-static
|
||||||
apt-get clean
|
apt-get clean
|
||||||
|
|
Loading…
Reference in New Issue