Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
openbsd [2015/07/01 22:33]
steve
openbsd [2017/02/17 09:54]
steve [First Boot]
Line 43: Line 43:
 ==== First Boot ==== ==== First Boot ====
  
-  * [[http://www.openbsd.org/​cgi-bin/man.cgi?​query=afterboot&​sektion=8|man afterboot]]+  * [[http://man.openbsd.org/​OpenBSD-current/​man8/afterboot.8|man afterboot]]
  
 After initial boot, there'​s some basics to go through: setting up networking, the shell parameters, and package management. After initial boot, there'​s some basics to go through: setting up networking, the shell parameters, and package management.
Line 78: Line 78:
  
 <​code>​ <​code>​
-export PKG_PATH=ftp://​ftp.openbsd.org/​pub/​OpenBSD/​`uname -r`/​packages/​`uname -p`+export PKG_PATH=http://​ftp.openbsd.org/​pub/​OpenBSD/​`uname -r`/​packages/​`uname -p`
 </​code>​ </​code>​