diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-11-22 15:02:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-11-22 15:02:29 +0000 |
commit | 47c2b13e3db1dddf60c0fa55619807fdae1be902 (patch) | |
tree | 3c83a4bc40fcaba99cb948661ad147ef9bdd38ee /distrib/sparc64/miniroot | |
parent | 42d22829e9dfff96689f835534500cc76e42f350 (diff) |
Switch to using MI installboot, after a conversation with stsp. He will
need this soon.
install tested by jsg
Diffstat (limited to 'distrib/sparc64/miniroot')
-rw-r--r-- | distrib/sparc64/miniroot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sparc64/miniroot/Makefile b/distrib/sparc64/miniroot/Makefile index 04c14cb9bec..ac0c3355c6d 100644 --- a/distrib/sparc64/miniroot/Makefile +++ b/distrib/sparc64/miniroot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2011/04/18 16:52:10 thib Exp $ +# $OpenBSD: Makefile,v 1.7 2014/11/22 15:02:27 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -40,7 +40,7 @@ ofwboot: ${DESTDIR}/usr/mdec/ofwboot /mnt/ofwboot installboot: - /usr/mdec/installboot -v ${DESTDIR}/usr/mdec/bootblk /dev/vnd0c + installboot -v vnd0 blank_filesystem: dd if=/dev/zero of=${TARGET} bs=512 count=5760 |