#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-378ad31fedc9
remotes/github/master
ramon 2016-05-03 17:11:42 +00:00
parent 42b1b74374
commit 984eebe0d3
5 changed files with 16 additions and 16 deletions

View File

@ -51,9 +51,9 @@ deb-src http://security.ubuntu.com/ubuntu OSCODENAME-security multiverse
deb http://archive.ubuntu.com/ubuntu OSCODENAME main deb http://archive.ubuntu.com/ubuntu OSCODENAME main
deb http://free.nchc.org.tw/drbl-core drbl stable 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://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/freenx-team/ubuntu/ OSCODENAME main
deb http://ppa.launchpad.net/randomaction/ppa/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-src http://ppa.launchpad.net/randomaction/ppa/ubuntu OSCODENAME main
# Ubuntu-ZFS # Ubuntu-ZFS
deb http://ppa.launchpad.net/zfs-native/stable/ubuntu OSCODENAME main deb http://ppa.launchpad.net/zfs-native/stable/ubuntu OSCODENAME main
deb-src http://ppa.launchpad.net/zfs-native/stable/ubuntu OSCODENAME main deb-src http://ppa.launchpad.net/zfs-native/stable/ubuntu OSCODENAME main

View File

@ -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-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 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 dpkg -i *.deb
apt-get -y --force-yes install dkms
popd popd
rm -fr /tmp/kernel rm -fr /tmp/kernel
else else
# Instalar Kernel del repositorio de paquetes. # 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 apt-get -y --force-yes install linux-image-extra-${OSRELEASE} 2>/dev/null
fi fi
# Valores para paquetes interactivos.
#Eliminamos cualquier busybox previo: antes del busybox cat << EOT | debconf-set-selections --
#apt-get -y --force-yes remove busybox console-setup console-setup/charmap47 select UTF-8
#apt-get -y --force-yes remove busybox-static console-setup console-setup/codeset47 select . Combined - Latin; Slavic Cyrillic; Greek
console-setup console-setup/fontface47 select TerminusBold
#estos paquetes ofrecen interaccion. console-setup console-setup/fontsize-fb47 select 8x16
# si es actualización, ya existe el fichero /etc/ssh/ssh_config davfs2 davfs2/suid_file boolean false
apt-get -y install sshfs kexec-tools kexec-tools/load_kexec boolean true
apt-get -y install console-data EOT
apt-get -y install sshfs console-data kexec-tools davfs2
#comenzamos con la instalación de los paquetes a instalar. #comenzamos con la instalación de los paquetes a instalar.
for group in `find /usr/bin/boot-tools/listpackages/ -name sw.*` for group in `find /usr/bin/boot-tools/listpackages/ -name sw.*`

View File

@ -2,7 +2,6 @@
install drbl-partimage install drbl-partimage
install fsarchiver install fsarchiver
install pv install pv
install kexec-tools
install pxe-kexec install pxe-kexec
install mbuffer install mbuffer
install parted install parted

View File

@ -3,7 +3,6 @@
install sshfs install sshfs
install cifs-utils install cifs-utils
install smbclient install smbclient
install davfs2
install open-iscsi install open-iscsi
install openssh-server install openssh-server
install bittornado install bittornado

View File

@ -7,8 +7,8 @@ install trickle
install lighttpd install lighttpd
install ethtool install ethtool
install ssmping install ssmping
#install mii-diag # No existe en Ubuntu 15.04
install tcpdump install tcpdump
install nmap install nmap
install arping install arping
install iptraf install iptraf
install ntpdate