diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-04-13 21:13:47 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-04-13 21:13:47 +0000 |
commit | 06f86f5b126a0db318a3036151c0c5eade275c88 (patch) | |
tree | 6ac782b11c6ac45e6ecf8da5c4b4600a358a760a | |
parent | 774487b1fb5ec8b7223e9f2ac783294efdcc9903 (diff) |
Add missing option BOOT_CONFIG
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sgi/conf/RAMDISK b/sys/arch/sgi/conf/RAMDISK index cb16d76566d..9c20e343e4a 100644 --- a/sys/arch/sgi/conf/RAMDISK +++ b/sys/arch/sgi/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.23 2008/08/25 16:15:53 jasper Exp $ +# $OpenBSD: RAMDISK,v 1.24 2009/04/13 21:13:46 miod Exp $ # machine sgi mips64 @@ -156,3 +156,5 @@ pseudo-device bpfilter 1 # packet filter ports pseudo-device rd 1 # Ram disk. pseudo-device bio 1 # ioctl multiplexing device + +option BOOT_CONFIG # add support for boot -c |