diff options
author | 2009-02-15 21:03:56 +0000 | |
---|---|---|
committer | 2009-02-15 21:03:56 +0000 | |
commit | 99a0a045bc84fe12fa1f072f4d870bf4029d54b2 (patch) | |
tree | 883bb7b769137d7e004926c04e200dd7ccceeee9 | |
parent | Fix compilation of kernels that have pf, but not pfsync. (diff) | |
download | wireguard-openbsd-99a0a045bc84fe12fa1f072f4d870bf4029d54b2.tar.xz wireguard-openbsd-99a0a045bc84fe12fa1f072f4d870bf4029d54b2.zip |
- it may be needed to change 'gatewayip' as well
"I suppose it shouldn't hurt" kettenis@
-rw-r--r-- | distrib/notes/socppc/prep | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/notes/socppc/prep b/distrib/notes/socppc/prep index eee1dce5437..a0e72e9f488 100644 --- a/distrib/notes/socppc/prep +++ b/distrib/notes/socppc/prep @@ -1,4 +1,4 @@ -dnl $OpenBSD: prep,v 1.4 2008/08/05 23:03:35 miod Exp $ +dnl $OpenBSD: prep,v 1.5 2009/02/15 21:03:56 jasper Exp $ To be able to boot the OpenBSD/MACHINE installation program, you will need to learn a bit about Das U-Boot, the low-level process that controls the microprocessor after hardware initialization. @@ -52,6 +52,7 @@ using the setenv command. => setenv ipaddr 10.0.0.21 => setenv serverip 10.0.0.7 + => setenv gatewayip 10.0.0.7 Once you have done this, and have set up your TFTP server on the gateway machine (10.0.0.7 in the above example), you can |