diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-13 22:01:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-13 22:01:05 +0000 |
commit | fac6ab5e87dcb66bbe1f88e740395f663efd4842 (patch) | |
tree | 623b7424515b7a18c8de5f897796fc2ba69deff7 /sys/arch | |
parent | e6a08c4d3484d46bf3f338b3827f56b556317f88 (diff) |
why was BOOT_CONFIG left out for so long?
Diffstat (limited to 'sys/arch')
-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 |