diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-05-23 17:47:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-05-23 17:47:42 +0000 |
commit | 2e981b56ce24cf42083ded6008978560ee2e48bd (patch) | |
tree | 4dc589569efcc91f018dc5d1cfbece653dc3a333 | |
parent | abc41c77ee27ec24379a6f5d4df942db2b49e325 (diff) |
do not use swap generic; these should specifically choose rd0a
spotted by merdely, realization by miod
-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, 6 insertions, 6 deletions
diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index b113a0dfc75..9867a07f326 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.68 2008/03/21 17:10:33 miod Exp $ +# $OpenBSD: RAMDISK,v 1.69 2008/05/23 17:47:41 deraadt Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED @@ -46,7 +46,7 @@ option WSKBD_NO_INTL_LAYOUTS # no international keyboard layouts option BOOT_CONFIG -config bsd swap generic +config bsd root on rd0a swap on rd0b and wd0b and sd0b mainbus0 at root cpu* at mainbus0 diff --git a/sys/arch/alpha/conf/RAMDISKB b/sys/arch/alpha/conf/RAMDISKB index 4b367b2ca76..b8d7e699980 100644 --- a/sys/arch/alpha/conf/RAMDISKB +++ b/sys/arch/alpha/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.32 2008/03/21 17:10:33 miod Exp $ +# $OpenBSD: RAMDISKB,v 1.33 2008/05/23 17:47:41 deraadt Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ machine alpha # architecture, used by config; REQUIRED @@ -45,7 +45,7 @@ option WSKBD_NO_INTL_LAYOUTS # no international keyboard layouts option BOOT_CONFIG -config bsd swap generic +config bsd root on rd0a swap on rd0b and wd0b and sd0b mainbus0 at root cpu* at mainbus0 diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index aa93044f58f..66d0b0c250f 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.73 2008/05/19 09:44:31 deraadt Exp $ +# $OpenBSD: RAMDISKBIG,v 1.74 2008/05/23 17:47:41 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. @@ -49,7 +49,7 @@ option TCVERBOSE # recognize "unknown" TC devices option BOOT_CONFIG -config bsd swap generic +config bsd root on rd0a swap on rd0b and wd0b and sd0b mainbus0 at root cpu* at mainbus0 |