diff options
author | Alexander Hall <halex@cvs.openbsd.org> | 2013-12-18 08:11:26 +0000 |
---|---|---|
committer | Alexander Hall <halex@cvs.openbsd.org> | 2013-12-18 08:11:26 +0000 |
commit | 4ca5e1e70d43c0bb91ced41af8aa1d9cec62c800 (patch) | |
tree | 9e58a0a7f4f9aeb0326a6a7f1dc6b7e15c799457 /share | |
parent | ac753c510b27a425b30caf113c48d819d7927705 (diff) |
update sample install.conf;
- use http for fetching sets
- use password hashes
- set up alternative user, with ssh pubkey
- update question part to match installer changes
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man8/autoinstall.8 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/share/man/man8/autoinstall.8 b/share/man/man8/autoinstall.8 index 51c05dadb9a..85eadcbd3dd 100644 --- a/share/man/man8/autoinstall.8 +++ b/share/man/man8/autoinstall.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: autoinstall.8,v 1.2 2013/12/17 23:06:20 halex Exp $ +.\" $OpenBSD: autoinstall.8,v 1.3 2013/12/18 08:11:25 halex Exp $ .\" .\" Copyright (c) 2013 Robert Peichaer <rpe@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 17 2013 $ +.Dd $Mdocdate: December 18 2013 $ .Dt AUTOINSTALL 8 .Os .Sh NAME @@ -88,12 +88,15 @@ response file for unattended upgrade A typical install.conf file will look something like this: .Bd -literal -offset indent System hostname = server1 -Password for root = securepassword +Password for root = $2a$14$Z4xRMg8vDpgYH...GVot3ySoj8yby Change the default console to com0 = yes Which speed should com0 use = 19200 -What timezone are you in = Europe/Vienna -Location of sets = ftp -Server = ftp5.eu.openbsd.org +Setup a user = puffy +Password for user = $2a$12$YXFAjVNUOZ9Pk...2uEW1QDTJDnW +Public ssh key for user = ssh-rsa AAAAB3...RVtZJL puffy@ai +What timezone are you in = Europe/Stockholm +Location of sets = http +Server = ftp.eu.openbsd.org .Ed .Pp And an example |