diff options
author | 1997-04-26 17:52:17 +0000 | |
---|---|---|
committer | 1997-04-26 17:52:17 +0000 | |
commit | 6d191200c97e57c4e07c85124ef86ebbff378957 (patch) | |
tree | fff0c07a33426d8c6fd9484ad4c480f72f5a19cc | |
parent | boot.conf support (diff) | |
download | wireguard-openbsd-6d191200c97e57c4e07c85124ef86ebbff378957.tar.xz wireguard-openbsd-6d191200c97e57c4e07c85124ef86ebbff378957.zip |
samplle boot.conf file
current placement is /etc/boot.conf .... change if you want, but
i think that /boot.conf is much worse
-rw-r--r-- | sys/arch/i386/stand/boot/boot.conf | 3 | ||||
-rw-r--r-- | sys/stand/boot/boot.conf | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/arch/i386/stand/boot/boot.conf b/sys/arch/i386/stand/boot/boot.conf new file mode 100644 index 00000000000..7ce25d07d5f --- /dev/null +++ b/sys/arch/i386/stand/boot/boot.conf @@ -0,0 +1,3 @@ +# $OpenBSD: boot.conf,v 1.1 1997/04/26 17:52:17 mickey Exp $ +# sample boot.conf file +set diff --git a/sys/stand/boot/boot.conf b/sys/stand/boot/boot.conf new file mode 100644 index 00000000000..7ce25d07d5f --- /dev/null +++ b/sys/stand/boot/boot.conf @@ -0,0 +1,3 @@ +# $OpenBSD: boot.conf,v 1.1 1997/04/26 17:52:17 mickey Exp $ +# sample boot.conf file +set |