From ed331d33bfeda603bda4a029698acc12d947f82e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 14 Dec 2017 04:49:02 +0100 Subject: added pressed file for dione --- preseed/hosts/Readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 preseed/hosts/Readme.md (limited to 'preseed/hosts/Readme.md') diff --git a/preseed/hosts/Readme.md b/preseed/hosts/Readme.md new file mode 100644 index 00000000..a4b2ece9 --- /dev/null +++ b/preseed/hosts/Readme.md @@ -0,0 +1,15 @@ +# 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://: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 also add the following to the kernel command line: + + DEBCONF_DEBUG=5 + -- cgit v1.2.3