From 77c7aaa17239265f375fd43513794f68d889f102 Mon Sep 17 00:00:00 2001 From: ramon Date: Wed, 29 May 2013 10:31:38 +0000 Subject: [PATCH] =?UTF-8?q?#603:=20Incluir=20m=C3=B3dulos=20extra=20en=20c?= =?UTF-8?q?reaci=C3=B3n=20de=20cliente.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://opengnsys.es/svn/branches/version1.0@3839 a21b9725-9963-47de-94b9-378ad31fedc9 --- includes/usr/bin/boot-tools/boottoolsSoftwareInstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/usr/bin/boot-tools/boottoolsSoftwareInstall.sh b/includes/usr/bin/boot-tools/boottoolsSoftwareInstall.sh index a6b555d..17437b5 100755 --- a/includes/usr/bin/boot-tools/boottoolsSoftwareInstall.sh +++ b/includes/usr/bin/boot-tools/boottoolsSoftwareInstall.sh @@ -48,7 +48,7 @@ if [ "$OSRELEASE" == "3.7.6-030706-generic" ]; then rm -fr /tmp/kernel else # Instalar Kernel del repositorio de paquetes. - apt-get -y --force-yes install linux-image-${OSRELEASE} linux-headers-${OSRELEASE} linux-image-$RELEASE + apt-get -y --force-yes install linux-image-${OSRELEASE} linux-image-extra-${OSRELEASE} linux-headers-${OSRELEASE} fi