summaryrefslogtreecommitdiffstats
path: root/installer/README.inst-sources
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/README.inst-sources
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/README.inst-sources')
-rw-r--r--installer/README.inst-sources23
1 files changed, 0 insertions, 23 deletions
diff --git a/installer/README.inst-sources b/installer/README.inst-sources
deleted file mode 100644
index 5e944bf4..00000000
--- a/installer/README.inst-sources
+++ /dev/null
@@ -1,23 +0,0 @@
-
-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.