From f0401ddffb9c02809435b30dfa08923f179e7987 Mon Sep 17 00:00:00 2001 From: adv Date: Wed, 3 Aug 2011 16:21:51 +0000 Subject: [PATCH] version 1.0.2 boot-tools #404 #420 git-svn-id: https://opengnsys.es/svn/branches/version1.0@2261 a21b9725-9963-47de-94b9-378ad31fedc9 --- includes/etc/initramfs-tools/scripts/ogfunctions | 2 +- includes/usr/bin/boot-tools/boottoolsFsOpengnsys.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/etc/initramfs-tools/scripts/ogfunctions b/includes/etc/initramfs-tools/scripts/ogfunctions index c701cae..7b4c148 100644 --- a/includes/etc/initramfs-tools/scripts/ogfunctions +++ b/includes/etc/initramfs-tools/scripts/ogfunctions @@ -533,7 +533,7 @@ fi #@exception OG_ERR_FORMAT Formato incorrecto. #@version 0.9 #@author: -@date 2010/05/24 +#@date 2010/05/24 #*/ ## ogYesNo() { diff --git a/includes/usr/bin/boot-tools/boottoolsFsOpengnsys.sh b/includes/usr/bin/boot-tools/boottoolsFsOpengnsys.sh index 513a251..a93924f 100644 --- a/includes/usr/bin/boot-tools/boottoolsFsOpengnsys.sh +++ b/includes/usr/bin/boot-tools/boottoolsFsOpengnsys.sh @@ -5,6 +5,7 @@ #svn checkout http://www.opengnsys.es/svn/branches/version2/ /tmp/opengnsys_installer/opengnsys2 find /tmp/opengnsys_installer/ -name .svn -type d -exec rm -fr {} \; 2>/dev/null; +apt-get -y --force-yes install subversion export SVNURL="http://opengnsys.es/svn/branches/version1.0/client/" VERSIONSVN=$(LANG=C svn info $SVNURL | awk '/Revision:/ {print "r"$2}')