summaryrefslogtreecommitdiff
path: root/preseed/hosts/Readme.md
blob: c6899a8dfc5d3ed63dbfd3ae38c8a8bcc5ad5978 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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://<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