diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-05 09:05:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-05 09:05:47 +0000 |
commit | 2f7f598a784cedb6f2803d2b92dae2436bd7f6c5 (patch) | |
tree | 7eabae8b8f541e3b3ad8e4767f92a6186f62912b /distrib/i386/floppies/ramdisk/Makefile | |
parent | c71c420ec3ecfae0f4bf8554aee21befbbaa4cab (diff) |
installboot -v and -h
Diffstat (limited to 'distrib/i386/floppies/ramdisk/Makefile')
-rw-r--r-- | distrib/i386/floppies/ramdisk/Makefile | 5 |
1 files 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 "" |