summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2011-03-02 11:42:59 +0000
committerramon <ramongomez@us.es>2011-03-02 11:42:59 +0000
commit813f617ae2c1fad83befb13bccf8a05213a81ee6 (patch)
tree0d963716a015570cbb25850a88a71673933a794b /server
parentf6ce34f644e6c9f239475a2fb065ef0cdb38cfe0 (diff)
Instalador versiĆ³n 1.0:
* Adaptar estructura de directorios del servidor. * Adaptar funciones del instalador. * Reducir el espacio necesario para descarga de ficheros. * Algunas correcciones generales. git-svn-id: https://opengnsys.es/svn/branches/version1.0@1523 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'server')
-rw-r--r--server/etc/dhcpd.conf.tmpl (renamed from server/DHCP/dhcpd.conf)0
-rw-r--r--server/etc/exports.tmpl (renamed from server/NFS/exports)0
-rw-r--r--server/etc/smb-og.conf.tmpl29
-rw-r--r--server/tftpboot/pxelinux.0 (renamed from server/PXE/pxelinux.0)bin14776 -> 14776 bytes
-rw-r--r--server/tftpboot/pxelinux.cfg/adminmode (renamed from server/PXE/pxelinux.cfg/adminmode)0
-rw-r--r--server/tftpboot/pxelinux.cfg/default (renamed from server/PXE/pxelinux.cfg/default)0
6 files changed, 29 insertions, 0 deletions
diff --git a/server/DHCP/dhcpd.conf b/server/etc/dhcpd.conf.tmpl
index 687bbf0f..687bbf0f 100644
--- a/server/DHCP/dhcpd.conf
+++ b/server/etc/dhcpd.conf.tmpl
diff --git a/server/NFS/exports b/server/etc/exports.tmpl
index 5b30216b..5b30216b 100644
--- a/server/NFS/exports
+++ b/server/etc/exports.tmpl
diff --git a/server/etc/smb-og.conf.tmpl b/server/etc/smb-og.conf.tmpl
new file mode 100644
index 00000000..6256af7e
--- /dev/null
+++ b/server/etc/smb-og.conf.tmpl
@@ -0,0 +1,29 @@
+[ogboot]
+ comment = OpenGnSys Boot
+ writeable = no
+ read only = yes
+ #locking = no
+ path = /var/lib/tftpboot
+ guest ok = no
+
+[ogclient]
+ comment = OpenGnSys Client
+ read only = yes
+ locking = no
+ path = OPENGNSYSDIR/client
+ guest ok = no
+
+[oglog]
+ comment = OpenGnSys Log
+ read only = no
+ writeable = yes
+ path = OPENGNSYSDIR/log/clients
+ guest ok = no
+
+[ogimages]
+ comment = OpenGnSys Repository
+ read only = no
+ writeable = yes
+ locking = no
+ path = OPENGNSYSDIR/images
+ guest ok = no
diff --git a/server/PXE/pxelinux.0 b/server/tftpboot/pxelinux.0
index 08270f1a..08270f1a 100644
--- a/server/PXE/pxelinux.0
+++ b/server/tftpboot/pxelinux.0
Binary files differ
diff --git a/server/PXE/pxelinux.cfg/adminmode b/server/tftpboot/pxelinux.cfg/adminmode
index 2ade1682..2ade1682 100644
--- a/server/PXE/pxelinux.cfg/adminmode
+++ b/server/tftpboot/pxelinux.cfg/adminmode
diff --git a/server/PXE/pxelinux.cfg/default b/server/tftpboot/pxelinux.cfg/default
index 80457f07..80457f07 100644
--- a/server/PXE/pxelinux.cfg/default
+++ b/server/tftpboot/pxelinux.cfg/default