diff options
author | 2002-09-13 22:01:04 +0000 | |
---|---|---|
committer | 2002-09-13 22:01:04 +0000 | |
commit | 2cf3750995ac0ff511cc87f60eaff327a283ec3f (patch) | |
tree | e0d3119e05f3fd07878a39581c623c63a8bdc007 | |
parent | do not stty 9600 (diff) | |
download | wireguard-openbsd-2cf3750995ac0ff511cc87f60eaff327a283ec3f.tar.xz wireguard-openbsd-2cf3750995ac0ff511cc87f60eaff327a283ec3f.zip |
why was BOOT_CONFIG left out for so long?
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 0d86bff7187..4eb9051cbe7 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.16 2002/09/12 15:55:56 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.17 2002/09/13 22:01:04 deraadt Exp $ # # PPC GENERIC config file # @@ -168,6 +168,8 @@ pseudo-device bpfilter 1 # packet filter pseudo-device rd 1 # ram disk pseudo-device wsmux 2 # mouse & keyboard multiplexor +option BOOT_CONFIG # boot-time kernel config + # RAMDISK stuff option MINIROOTSIZE=8192 option RAMDISK_HOOKS |