#724: Actualizar lista de paquetes y evitar algunas interacciones en el proceso de creación de ogLive.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@4918 a21b9725-9963-47de-94b9-378ad31fedc9remotes/github/master
parent
42b1b74374
commit
984eebe0d3
|
@ -51,9 +51,9 @@ deb-src http://security.ubuntu.com/ubuntu OSCODENAME-security multiverse
|
|||
deb http://archive.ubuntu.com/ubuntu OSCODENAME main
|
||||
deb http://free.nchc.org.tw/drbl-core drbl stable
|
||||
deb http://free.nchc.org.tw/ubuntu OSCODENAME-security main restricted universe multiverse
|
||||
deb http://ppa.launchpad.net/freenx-team/ubuntu/ OSCODENAME main
|
||||
deb http://ppa.launchpad.net/randomaction/ppa/ubuntu OSCODENAME main
|
||||
deb-src http://ppa.launchpad.net/randomaction/ppa/ubuntu OSCODENAME main
|
||||
#deb http://ppa.launchpad.net/freenx-team/ubuntu/ OSCODENAME main
|
||||
#deb http://ppa.launchpad.net/randomaction/ppa/ubuntu OSCODENAME main
|
||||
#deb-src http://ppa.launchpad.net/randomaction/ppa/ubuntu OSCODENAME main
|
||||
# Ubuntu-ZFS
|
||||
deb http://ppa.launchpad.net/zfs-native/stable/ubuntu OSCODENAME main
|
||||
deb-src http://ppa.launchpad.net/zfs-native/stable/ubuntu OSCODENAME main
|
||||
|
|
|
@ -44,23 +44,25 @@ if [ "$OSRELEASE" == "3.7.6-030706-generic" ]; then
|
|||
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.7.6-raring/linux-headers-3.7.6-030706-generic_3.7.6-030706.201302040006_$OSARCH.deb
|
||||
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.7.6-raring/linux-headers-3.7.6-030706_3.7.6-030706.201302040006_all.deb
|
||||
dpkg -i *.deb
|
||||
apt-get -y --force-yes install dkms
|
||||
popd
|
||||
rm -fr /tmp/kernel
|
||||
else
|
||||
# Instalar Kernel del repositorio de paquetes.
|
||||
apt-get -y --force-yes install linux-image-${OSRELEASE} linux-headers-${OSRELEASE}
|
||||
apt-get -y --force-yes install linux-image-${OSRELEASE} linux-headers-${OSRELEASE} dkms
|
||||
apt-get -y --force-yes install linux-image-extra-${OSRELEASE} 2>/dev/null
|
||||
fi
|
||||
|
||||
|
||||
#Eliminamos cualquier busybox previo: antes del busybox
|
||||
#apt-get -y --force-yes remove busybox
|
||||
#apt-get -y --force-yes remove busybox-static
|
||||
|
||||
#estos paquetes ofrecen interaccion.
|
||||
# si es actualización, ya existe el fichero /etc/ssh/ssh_config
|
||||
apt-get -y install sshfs
|
||||
apt-get -y install console-data
|
||||
# Valores para paquetes interactivos.
|
||||
cat << EOT | debconf-set-selections --
|
||||
console-setup console-setup/charmap47 select UTF-8
|
||||
console-setup console-setup/codeset47 select . Combined - Latin; Slavic Cyrillic; Greek
|
||||
console-setup console-setup/fontface47 select TerminusBold
|
||||
console-setup console-setup/fontsize-fb47 select 8x16
|
||||
davfs2 davfs2/suid_file boolean false
|
||||
kexec-tools kexec-tools/load_kexec boolean true
|
||||
EOT
|
||||
apt-get -y install sshfs console-data kexec-tools davfs2
|
||||
|
||||
#comenzamos con la instalación de los paquetes a instalar.
|
||||
for group in `find /usr/bin/boot-tools/listpackages/ -name sw.*`
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
install drbl-partimage
|
||||
install fsarchiver
|
||||
install pv
|
||||
install kexec-tools
|
||||
install pxe-kexec
|
||||
install mbuffer
|
||||
install parted
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
install sshfs
|
||||
install cifs-utils
|
||||
install smbclient
|
||||
install davfs2
|
||||
install open-iscsi
|
||||
install openssh-server
|
||||
install bittornado
|
||||
|
|
|
@ -7,8 +7,8 @@ install trickle
|
|||
install lighttpd
|
||||
install ethtool
|
||||
install ssmping
|
||||
#install mii-diag # No existe en Ubuntu 15.04
|
||||
install tcpdump
|
||||
install nmap
|
||||
install arping
|
||||
install iptraf
|
||||
install ntpdate
|
||||
|
|
Loading…
Reference in New Issue