From 62167e7688f4d85e6f184e1d5e8433a6fe5a98f0 Mon Sep 17 00:00:00 2001 From: adv Date: Tue, 13 Sep 2011 14:31:50 +0000 Subject: [PATCH] branch version 1.0 #429 boot-tools instala xvesa git-svn-id: https://opengnsys.es/svn/branches/version1.0@2299 a21b9725-9963-47de-94b9-378ad31fedc9 --- includes/usr/bin/boot-tools/boottoolsSoftwareCompile.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/usr/bin/boot-tools/boottoolsSoftwareCompile.sh b/includes/usr/bin/boot-tools/boottoolsSoftwareCompile.sh index c931336..7855177 100755 --- a/includes/usr/bin/boot-tools/boottoolsSoftwareCompile.sh +++ b/includes/usr/bin/boot-tools/boottoolsSoftwareCompile.sh @@ -25,4 +25,7 @@ which partclone.ntfs || $(wget -O partclone_0.2.16_i386.deb http://downloads.sou echo "spartlnx" which spartlnx.run || $(wget http://damien.guibouret.free.fr/savepart.zip &>/dev/null; unzip -o savepart.zip -d /sbin/) +echo "xvesa" +gdebi -n /var/cache/apt/archives/xvesa.deb + history -c \ No newline at end of file