diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-23 01:19:09 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-23 01:19:09 +0000 |
commit | 66f7eda9d2bd4a26f2f24f9986fce277812d6c22 (patch) | |
tree | 580638ff86603af15261990b180621eefea5dae5 /sys/arch | |
parent | 4e9883750a4b1b7961bab3e6f5aac1c9bc904555 (diff) |
s/MINIROOT/RAMDISK/g
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hp300/compile/.cvsignore | 2 | ||||
-rw-r--r-- | sys/arch/hp300/conf/RAMDISK (renamed from sys/arch/hp300/conf/MINIROOT) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hp300/compile/.cvsignore b/sys/arch/hp300/compile/.cvsignore index 44bf59b3cce..82d9a11a511 100644 --- a/sys/arch/hp300/compile/.cvsignore +++ b/sys/arch/hp300/compile/.cvsignore @@ -1,3 +1,3 @@ DISKLESS GENERIC -MINIROOT +RAMDISK diff --git a/sys/arch/hp300/conf/MINIROOT b/sys/arch/hp300/conf/RAMDISK index fd5208a6742..fffe9f43d21 100644 --- a/sys/arch/hp300/conf/MINIROOT +++ b/sys/arch/hp300/conf/RAMDISK @@ -1,6 +1,6 @@ -# $OpenBSD: MINIROOT,v 1.3 1997/02/16 17:54:38 downsj Exp $ +# $OpenBSD: RAMDISK,v 1.1 1997/02/23 01:19:08 downsj Exp $ # -# Ram disk kernel for the miniroot. +# Ram disk kernel. # machine hp300 m68k |