summaryrefslogtreecommitdiff
path: root/preseed/hosts/Readme.md
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-12-24 13:53:37 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-12-24 13:53:37 +0100
commitb8e0b8a6bf8fb3e879d0cd2d453e54f16a62a75e (patch)
tree482cf360028c316f4e19295f30179ee92fe18eb7 /preseed/hosts/Readme.md
parentopenbsd automatic install, added todo (diff)
installer: move bootstrap roles to common subdir
Diffstat (limited to 'preseed/hosts/Readme.md')
-rw-r--r--preseed/hosts/Readme.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/preseed/hosts/Readme.md b/preseed/hosts/Readme.md
deleted file mode 100644
index c6899a8d..00000000
--- a/preseed/hosts/Readme.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# Preseed files for various hosts
-
-In order to fully automaticall install you need to start a temporay webserver using this directory as document root:
-
- python -m SimpleHTTPServer 8000
-
-When this is done run the netinst image and intrd with the following boot command line:
-
- auto=true interface=auto url=http://<ip of your machine>:8000/dione_debian-stretch.cfg netcfg/choose_interface=eno1 netcfg/get_hostname=dione netcfg/get_domain=spreadspace.org
-
-This example assumes you want to install the host `dione`.
-For debugging you may add the following to the kernel command line:
-
- DEBCONF_DEBUG=5
-