From 2f7f598a784cedb6f2803d2b92dae2436bd7f6c5 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 5 Sep 1997 09:05:47 +0000 Subject: installboot -v and -h --- distrib/i386/floppies/ramdisk/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/distrib/i386/floppies/ramdisk/Makefile b/distrib/i386/floppies/ramdisk/Makefile index 39c869b7268..f1e9a2a2813 100644 --- a/distrib/i386/floppies/ramdisk/Makefile +++ b/distrib/i386/floppies/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 1997/06/06 03:44:47 kstailey Exp $ +# $OpenBSD: Makefile,v 1.24 1997/09/05 09:05:46 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -34,7 +34,8 @@ ${FS}: bsd.gz mount ${VND_DEV} ${MOUNT_POINT} TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \ TARGDIR=${MOUNT_POINT} sh ${TOP}/runlist.sh ${LISTFLOPPY} - /usr/mdec/installboot -v ${MOUNT_POINT}/boot ${DESTDIR}/usr/mdec/biosboot ${VND_CRDEV} + /usr/mdec/installboot -v -s 18 -h 2 ${MOUNT_POINT}/boot \ + ${DESTDIR}/usr/mdec/biosboot ${VND_CRDEV} @echo "" @df -i ${MOUNT_POINT} @echo "" -- cgit v1.2.3