diff options
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.tmpl | 29 | ||||
-rw-r--r-- | server/tftpboot/pxelinux.0 (renamed from server/PXE/pxelinux.0) | bin | 14776 -> 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 Binary files differindex 08270f1a..08270f1a 100644 --- a/server/PXE/pxelinux.0 +++ b/server/tftpboot/pxelinux.0 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 |