diff options
author | rh <rh@pkgsrc.org> | 2001-08-06 09:46:47 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-08-06 09:46:47 +0000 |
commit | 7a1575005fa22d3987b8b3566cf4a1eaab99e2c8 (patch) | |
tree | 449b45b06695d06befc4439965e9b7f40215d4f7 /net/pxe/pkg/MESSAGE | |
parent | 00af74fa3f5fae6d0e26ced08c824d2464569874 (diff) | |
download | pkgsrc-7a1575005fa22d3987b8b3566cf4a1eaab99e2c8.tar.gz |
Initial import of pxe-1.2, a Preboot eXecution Environment (network boot)
daemon.
Diffstat (limited to 'net/pxe/pkg/MESSAGE')
-rw-r--r-- | net/pxe/pkg/MESSAGE | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/pxe/pkg/MESSAGE b/net/pxe/pkg/MESSAGE new file mode 100644 index 00000000000..cb33d87886b --- /dev/null +++ b/net/pxe/pkg/MESSAGE @@ -0,0 +1,12 @@ +========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2001/08/06 09:46:47 rh Exp $ + + The pxe daemon has now been installed on your system. Before starting + the daemon, please copy ${PREFIX}/share/examples/pxe/pxe.conf to + ${PREFIX}/etc and modify according to your needs. + + Under NetBSD-1.5 or above, you can enable pxe on system startup by + copying ${PREFIX}/etc/rc.d/pxe to /etc/rc.d and setting pxe=YES + in your /etc/rc.conf (alternatively, you can simply start + ${PREFIX}/sbin/pxe in your /etc/rc.local script). +========================================================================== |