forgot /boot at the installboot argument
authorgraichen <graichen@openbsd.org>
Sat, 3 May 1997 17:06:29 +0000 (17:06 +0000)
committergraichen <graichen@openbsd.org>
Sat, 3 May 1997 17:06:29 +0000 (17:06 +0000)
distrib/simpleroot/Makefile

index 9422be0..2097cdd 100644 (file)
@@ -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 - ) && \