diff --git a/includes/etc/apt/sources.list.ubuntu b/includes/etc/apt/sources.list.ubuntu index 3cd91c3..b2071d3 100644 --- a/includes/etc/apt/sources.list.ubuntu +++ b/includes/etc/apt/sources.list.ubuntu @@ -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 diff --git a/includes/usr/bin/boot-tools/boottoolsSoftwareInstall.sh b/includes/usr/bin/boot-tools/boottoolsSoftwareInstall.sh index 6ec2983..40a524b 100755 --- a/includes/usr/bin/boot-tools/boottoolsSoftwareInstall.sh +++ b/includes/usr/bin/boot-tools/boottoolsSoftwareInstall.sh @@ -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.*` diff --git a/includes/usr/bin/boot-tools/listpackages/sw.cloning b/includes/usr/bin/boot-tools/listpackages/sw.cloning index b4c8c76..c617470 100644 --- a/includes/usr/bin/boot-tools/listpackages/sw.cloning +++ b/includes/usr/bin/boot-tools/listpackages/sw.cloning @@ -2,7 +2,6 @@ install drbl-partimage install fsarchiver install pv -install kexec-tools install pxe-kexec install mbuffer install parted diff --git a/includes/usr/bin/boot-tools/listpackages/sw.filesystem.remote b/includes/usr/bin/boot-tools/listpackages/sw.filesystem.remote index dc5b2f2..b38a150 100644 --- a/includes/usr/bin/boot-tools/listpackages/sw.filesystem.remote +++ b/includes/usr/bin/boot-tools/listpackages/sw.filesystem.remote @@ -3,7 +3,6 @@ install sshfs install cifs-utils install smbclient -install davfs2 install open-iscsi install openssh-server install bittornado diff --git a/includes/usr/bin/boot-tools/listpackages/sw.networking b/includes/usr/bin/boot-tools/listpackages/sw.networking index ba2b6a5..61bf57c 100644 --- a/includes/usr/bin/boot-tools/listpackages/sw.networking +++ b/includes/usr/bin/boot-tools/listpackages/sw.networking @@ -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