From e8603295653af7ac89b2d4e5b850d42f957fc58c Mon Sep 17 00:00:00 2001 From: graichen Date: Sat, 3 May 1997 17:06:29 +0000 Subject: [PATCH] forgot /boot at the installboot argument --- distrib/simpleroot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrib/simpleroot/Makefile b/distrib/simpleroot/Makefile index 9422be04790..2097cdd31ba 100644 --- a/distrib/simpleroot/Makefile +++ b/distrib/simpleroot/Makefile @@ -36,7 +36,7 @@ all: newfs ${NEWFSOPTS} ${VND_RDEV} ${DISKTYPE} mount ${VND_DEV} ${MOUNT_POINT} .ifdef BOOT_INSTALLBOOT - /usr/mdec/installboot -v ${MOUNT_POINT} ${BOOT_INSTALLBOOT} ${VND} + /usr/mdec/installboot -v ${MOUNT_POINT}/boot ${BOOT_INSTALLBOOT} ${VND} .endif cd ${DESTDIR} && tar cf - `cat ${LIST}` | ( cd ${MOUNT_POINT}; \ tar xpf - ) && \ -- 2.20.1