summaryrefslogtreecommitdiffstats
path: root/installer/obsolete
diff options
context:
space:
mode:
authorOliver Tappe2007-06-15 16:17:26 +0200
committerOliver Tappe2007-06-15 16:17:26 +0200
commitc2ada8f5209f8bce18c3d98074ed7821b1a1dc03 (patch)
tree1ecad1cb7d7167bf586ce7289bce71417a7fd490 /installer/obsolete
parentWrong unionfs-run-init patch, fixed. (diff)
downloadcore-c2ada8f5209f8bce18c3d98074ed7821b1a1dc03.tar.gz
core-c2ada8f5209f8bce18c3d98074ed7821b1a1dc03.tar.xz
core-c2ada8f5209f8bce18c3d98074ed7821b1a1dc03.zip
* obsoleted two more files
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1166 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/obsolete')
-rw-r--r--installer/obsolete/.config.default2
-rw-r--r--installer/obsolete/README.inst-sources23
2 files changed, 25 insertions, 0 deletions
diff --git a/installer/obsolete/.config.default b/installer/obsolete/.config.default
new file mode 100644
index 00000000..a9af67eb
--- /dev/null
+++ b/installer/obsolete/.config.default
@@ -0,0 +1,2 @@
+tftpbootdir="/tftpboot"
+overwrite_configs="Y"
diff --git a/installer/obsolete/README.inst-sources b/installer/obsolete/README.inst-sources
new file mode 100644
index 00000000..5e944bf4
--- /dev/null
+++ b/installer/obsolete/README.inst-sources
@@ -0,0 +1,23 @@
+
+OpenSLX systems could have several different installation sources:
+
+* http/ftp remote access
+* local sources
+
+Local sources could be used via busybox httpd server:
+
+mount the local source to some "system-inst-source" (either as NFS
+or CD/DVD or directory)
+start "busybox httpd -h abs-path-to/system-inst-source -p PORT"
+
+if you have no webserver running on your machine, then port 80 might
+be a good choice, otherwise use any other unused port ...
+
+file access could be restricted via a httpd.conf file:
+# httpd.conf
+# A: accepts, D: denies access
+A:127.0.0.1
+D:*
+
+see: http://wiki.openwrt.org/OpenWrtDocs/httpd.conf for further
+options and explanations.