diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-05 21:41:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-05 21:41:26 +0000 |
commit | fedef65fa6d07ae5013ed739f0c7aa4674528e49 (patch) | |
tree | 6985e7e611e83fe43faf05a48793fe5388b27858 /sys | |
parent | 2a2c5171f2b12847954c83ad6f317169c04819cc (diff) |
BOOT_CONFIG fits
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKB | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index 618ea49ced8..f774465443a 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.37 2001/02/05 11:05:49 art Exp $ +# $OpenBSD: RAMDISK,v 1.38 2001/02/05 21:41:24 deraadt Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED @@ -38,6 +38,8 @@ option SCSITERSE # less verbose scsi error messages option WSEMUL_VT100 # wscons VT100 emulation +option BOOT_CONFIG + config bsd swap generic mainbus0 at root diff --git a/sys/arch/alpha/conf/RAMDISKB b/sys/arch/alpha/conf/RAMDISKB index 0c13c7fe97f..8045f598630 100644 --- a/sys/arch/alpha/conf/RAMDISKB +++ b/sys/arch/alpha/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.1 2001/01/27 21:17:30 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.2 2001/02/05 21:41:25 deraadt Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED @@ -39,6 +39,8 @@ option SCSITERSE # less verbose scsi error messages option WSEMUL_VT100 # wscons VT100 emulation +option BOOT_CONFIG + config bsd swap generic mainbus0 at root diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index 9ee0c9be9c9..71b9288ab93 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.1 2001/01/27 21:17:30 deraadt Exp $ +# $OpenBSD: RAMDISKBIG,v 1.2 2001/02/05 21:41:25 deraadt Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -44,6 +44,8 @@ option TCVERBOSE # recognize "unknown" TC devices option WSEMUL_VT100 # wscons VT100 emulation +option BOOT_CONFIG + config bsd swap generic mainbus0 at root |