summaryrefslogtreecommitdiff
path: root/distrib/powerpc/ramdisk/install.md
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1998-08-07 01:35:31 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1998-08-07 01:35:31 +0000
commit280ca7ce21ac6473ab90f687da11974265ce1cef (patch)
tree0d377122f02060041ede9e7ff2b745030059803f /distrib/powerpc/ramdisk/install.md
parent899998987e9dc3d5120d2798ceb72f0bd15185a2 (diff)
changes to shrink compressed ramdisk size so that it would fit on floppy.
changes to install scripts to work on ofw machines.
Diffstat (limited to 'distrib/powerpc/ramdisk/install.md')
-rw-r--r--distrib/powerpc/ramdisk/install.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/powerpc/ramdisk/install.md b/distrib/powerpc/ramdisk/install.md
index 5f2906d1f42..49fa6f71dbd 100644
--- a/distrib/powerpc/ramdisk/install.md
+++ b/distrib/powerpc/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.4 1998/07/19 00:38:51 rahnds Exp $
+# $OpenBSD: install.md,v 1.5 1998/08/07 01:35:27 rahnds Exp $
#
#
# Copyright rc) 1996 The NetBSD Foundation, Inc.
@@ -328,7 +328,7 @@ __md_prep_disklabel_1
disklabel ${_disk} >/tmp/label.$$
disklabel -r -R ${_disk} /tmp/label.$$
rm -f /tmp/label.$$
- disklabel -e ${_disk}
+ disklabel -E ${_disk}
}
md_copy_kernel() {