diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-09 23:01:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-09 23:01:07 +0000 |
commit | f28d3ba3d9c50da6c9cb1c01dcb6992ec58642dd (patch) | |
tree | 99024891db1da621a6b92e1c2a91ade25e09a945 /distrib/landisk | |
parent | 8236de29019d858d74a5f6a53ff6c45b8d6659ab (diff) |
no need for -b on disklabel -B, since files on ramdisk now
Diffstat (limited to 'distrib/landisk')
-rw-r--r-- | distrib/landisk/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/landisk/ramdisk/install.md b/distrib/landisk/ramdisk/install.md index 6dcdf4f3e8d..474a713c84a 100644 --- a/distrib/landisk/ramdisk/install.md +++ b/distrib/landisk/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.7 2006/11/09 23:00:29 deraadt Exp $ +# $OpenBSD: install.md,v 1.8 2006/11/09 23:01:06 deraadt Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -47,7 +47,7 @@ md_installboot() { echo -n "Installing boot block..." disklabel -W ${1} - disklabel -B -b /mnt/usr/mdec/xxboot ${1} + disklabel -B ${1} # use extracted mdec if it exists (may be newer) if [ -d /mnt/usr/mdec ]; then |