no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | netbsd_install_network [2013/01/15 23:25] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | * [[NetBSD Install]] | ||
+ | |||
+ | < | ||
+ | echo hostname=< | ||
+ | echo dhcpcd=YES >> / | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | Add OpenSSH to startup: | ||
+ | |||
+ | < | ||
+ | echo sshd=YES >> / | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | Setup ntp-client: | ||
+ | |||
+ | < | ||
+ | echo ntpd=YES >> / | ||
+ | echo ntpdate=YES >> / | ||
+ | </ |