e55f9e3c5a
Submitted by: Laust S. Jespersen <Laust@doc.freebsd.dk>
7 lines
125 B
Bash
7 lines
125 B
Bash
#!/bin/sh
|
|
|
|
# $Wintelcom: src/freebsd/pxe/doc/pre,v 1.1 2000/07/14 12:42:05 bright Exp $
|
|
# $FreeBSD$
|
|
|
|
echo pre-install
|
|
exit 0
|