diff options
author | ramon <ramongomez@us.es> | 2010-05-11 09:47:17 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2010-05-11 09:47:17 +0000 |
commit | 8826968e1b701f4a19882420b5352226baf07560 (patch) | |
tree | 27d35a8edf478d61e802de4e65836ddf20de0b73 /installer | |
parent | b94a1b214c82def79c393e3ca331552717c15d5f (diff) |
Soporte para clientes basados en Ubuntu 10.04 (lucid).
git-svn-id: https://opengnsys.es/svn/trunk@924 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer')
-rwxr-xr-x | installer/opengnsys_installer.sh | 2 | ||||
-rwxr-xr-x | installer/opengnsys_update.sh | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index cb7be612..cbffe251 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -812,6 +812,7 @@ function openGnsysCopyServerFiles () { client/boot/udeblist.conf \ client/boot/udeblist-jaunty.conf \ client/boot/udeblist-karmic.conf \ + client/boot/udeblist-lucid.conf \ server/PXE/pxelinux.cfg/default \ doc ) local TARGETS=( bin/initrd-generator \ @@ -819,6 +820,7 @@ function openGnsysCopyServerFiles () { etc/udeblist.conf \ etc/udeblist-jaunty.conf \ etc/udeblist-karmic.conf \ + etc/udeblist-lucid.conf \ tftpboot/pxelinux.cfg/default \ doc ) diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index ead7cad6..a8db24c8 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -279,12 +279,14 @@ function updateServerFiles () { client/boot/udeblist.conf \ client/boot/udeblist-jaunty.conf \ client/boot/udeblist-karmic.conf \ + client/boot/udeblist-lucid.conf \ doc ) local TARGETS=( bin/initrd-generator \ bin/upgrade-clients-udeb.sh \ etc/udeblist.conf \ etc/udeblist-jaunty.conf \ etc/udeblist-karmic.conf \ + etc/udeblist-lucid.conf \ doc ) if [ ${#SOURCES[@]} != ${#TARGETS[@]} ]; then |