diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-09 22:31:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-09 22:31:42 +0000 |
commit | 703e8fed3e7a07daba1958667f44b83fa1b97b72 (patch) | |
tree | 48ff1efc8ec896167d105de00af6244694b48882 /distrib | |
parent | d648f0c5273d139dc5cd2ac363e8018edbc56d05 (diff) |
must use -b to tell it to look in /mnt
Diffstat (limited to 'distrib')
-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 0889f3b26b0..bb5d55419ad 100644 --- a/distrib/landisk/ramdisk/install.md +++ b/distrib/landisk/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.5 2006/11/09 17:16:22 deraadt Exp $ +# $OpenBSD: install.md,v 1.6 2006/11/09 22:31:41 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 ${1} + disklabel -B -b /mnt/usr/mdec/xxboot ${1} # use extracted mdec if it exists (may be newer) if [ -d /mnt/usr/mdec ]; then |