diff options
author | ramon <ramongomez@us.es> | 2013-01-29 10:09:44 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2013-01-29 10:09:44 +0000 |
commit | b4a25559e129b261eaac66dc5413c06f39b19d6a (patch) | |
tree | 08ef00e1f99e1c6c4ffb60804225758fcbe542f6 /client/boot-tools/boottoolsfunctions.lib | |
parent | acfb07db514bc158947ee40bd86266a8d952028c (diff) |
Recuperar ficheros que no corresponden con el cambio de la revisiĆ³n r3501.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@3502 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client/boot-tools/boottoolsfunctions.lib')
-rwxr-xr-x | client/boot-tools/boottoolsfunctions.lib | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/client/boot-tools/boottoolsfunctions.lib b/client/boot-tools/boottoolsfunctions.lib index 09ab220f..b08dbbae 100755 --- a/client/boot-tools/boottoolsfunctions.lib +++ b/client/boot-tools/boottoolsfunctions.lib @@ -58,13 +58,6 @@ case "${1,,}" in OSARCH="i386" OSHTTP="http://es.archive.ubuntu.com/ubuntu/" ;; - quantal) - OSDISTRIB="ubuntu" - OSCODENAME="quantal" - OSRELEASE="3.7.3-030703-generic" - uname -a | grep x86_64 > /dev/null && OSARCH="amd64" || OSARCH="i386" - OSHTTP="http://es.archive.ubuntu.com/ubuntu/" - ;; host | *) OSDISTRIB=$(lsb_release -is) OSCODENAME=$(lsb_release -cs) |