diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-12-03 06:37:52 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-12-03 06:37:52 +0000 |
commit | 50e07ad23fbffea09191be4e33f4ad94014f01c0 (patch) | |
tree | 1804ecb865c34b23c064f8cdd8e00a644c1eb0d0 /distrib/mac68k/ramdisk/install.md | |
parent | 6f0ccd40f1d52ff46d7197782cbab9b34f743317 (diff) |
Kill mac68k *SBC kernels. Instead, build kernels with both sbc scsi flavours
compiled in, but one disabled, and use config -e to swap them and build
the other kernels; saves valuable compile time.
Add ramdisks into the build (at release time). Since we are moving to a
bsd.rd installation, it is not necessary to put kernels in .tgz files
anymore, so don't bother, and adjust installation script sets information
accordingly.
Diffstat (limited to 'distrib/mac68k/ramdisk/install.md')
-rw-r--r-- | distrib/mac68k/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/mac68k/ramdisk/install.md b/distrib/mac68k/ramdisk/install.md index cedfb2f3c64..e248baa8d9e 100644 --- a/distrib/mac68k/ramdisk/install.md +++ b/distrib/mac68k/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.22 2004/12/03 06:30:00 miod Exp $ +# $OpenBSD: install.md,v 1.23 2004/12/03 06:37:49 miod Exp $ # # Copyright (c) 2002, Miodrag Vallat. # All rights reserved. @@ -63,7 +63,7 @@ # # Machine-dependent install sets -MDSETS="bsd.tgz bsd-sbc.tgz" +MDSETS="bsdsbc bsdsbc.rd" MDTERM=vt100 ARCH=ARCH |