artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5e74f1
)
forgot /boot at the installboot argument
author
graichen
<graichen@openbsd.org>
Sat, 3 May 1997 17:06:29 +0000
(17:06 +0000)
committer
graichen
<graichen@openbsd.org>
Sat, 3 May 1997 17:06:29 +0000
(17:06 +0000)
distrib/simpleroot/Makefile
patch
|
blob
|
history
diff --git
a/distrib/simpleroot/Makefile
b/distrib/simpleroot/Makefile
index
9422be0
..
2097cdd
100644
(file)
--- 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 - ) && \